mac80211: fix a compiler warning
net/mac80211/mlme.c: In function 'ieee80211_sta_work':
net/mac80211/mlme.c:1981: warning: too many arguments for format
Introduced by commit 04ac3c0ee2
("mac80211: speed up AP probing using nullfunc frames").
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Родитель
22d8d9f81b
Коммит
c658e5db01
|
@ -1982,8 +1982,7 @@ void ieee80211_sta_work(struct ieee80211_sub_if_data *sdata)
|
||||||
wiphy_debug(local->hw.wiphy,
|
wiphy_debug(local->hw.wiphy,
|
||||||
"%s: No ack for nullfunc frame to"
|
"%s: No ack for nullfunc frame to"
|
||||||
" AP %pM, disconnecting.\n",
|
" AP %pM, disconnecting.\n",
|
||||||
sdata->name, bssid,
|
sdata->name, bssid);
|
||||||
ifmgd->probe_send_count);
|
|
||||||
#endif
|
#endif
|
||||||
ieee80211_sta_connection_lost(sdata, bssid);
|
ieee80211_sta_connection_lost(sdata, bssid);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче