mac80211: fix a compiler warning
authorFelix Fietkau <nbd@openwrt.org>
Tue, 7 Dec 2010 03:40:18 +0000 (04:40 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 7 Dec 2010 22:08:06 +0000 (17:08 -0500)
commitc658e5db01117bf2a321a9a782754dd5b10e2f15
treea68f935abc84b9af0446fa1979477bd08f429d51
parent22d8d9f81b8b054df2f7f82daffcb71608f411e4
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 04ac3c0ee2c773c321ec472d892635a20556f34d
("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>
net/mac80211/mlme.c