wlcore: resume() only if sta is associated
authorEliad Peller <eliad@wizery.com>
Wed, 1 Aug 2012 15:44:22 +0000 (18:44 +0300)
committerLuciano Coelho <luca@coelho.fi>
Thu, 27 Sep 2012 09:13:51 +0000 (12:13 +0300)
commitd49524d3e8406e3b858650abcf846531a2104120
treefb2109982596084ba2b164e95eb4e57e6c4ae1ac
parent11bc97eb902ddac822f32dc5a890d7b6274b754d
wlcore: resume() only if sta is associated

mac80211's resume() callback might get called even if
the sta is not associated (but only up). The
resume sequence in this case results in configuring
the wake-up conditions of a non-started role, which
causes fw assertion.

Fix it by bailing out if the STA is not connected
(like we do on suspend()).

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <luca@coelho.fi>
drivers/net/wireless/ti/wlcore/main.c