cfg80211: remove warning in deauth case
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Tue, 13 Oct 2009 11:45:28 +0000 (13:45 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Oct 2009 20:48:17 +0000 (16:48 -0400)
commite0da41b2cf10ae95592cb2496f8f81aa4b4bf16c
treee8bb61adc3f5f01e61b596056f3608414aea5b45
parentce470613cdfde70f25419cc52a4816315825f5d9
cfg80211: remove warning in deauth case

It might be the case that __cfg80211_disconnected() has already
cleaned up wdev->current_bss() for us. The old code didn't catch
that situation and didn't warn needlessly.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/mlme.c