mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
nl80211: Mark wpa_driver_nl80211_get_macaddr() static
This function is not used outside this file. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ebae413550
commit
4775471816
@ -7706,7 +7706,7 @@ static int wpa_driver_nl80211_update_ft_ies(void *priv, const u8 *md,
|
||||
}
|
||||
|
||||
|
||||
const u8 * wpa_driver_nl80211_get_macaddr(void *priv)
|
||||
static const u8 * wpa_driver_nl80211_get_macaddr(void *priv)
|
||||
{
|
||||
struct i802_bss *bss = priv;
|
||||
struct wpa_driver_nl80211_data *drv = bss->drv;
|
||||
|
Loading…
Reference in New Issue
Block a user