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:
Jouni Malinen 2016-06-24 17:09:46 +03:00
parent ebae413550
commit 4775471816
1 changed files with 1 additions and 1 deletions

View File

@ -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;