commit | d49524d3e8406e3b858650abcf846531a2104120 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Wed Aug 01 18:44:22 2012 +0300 |
committer | Luciano Coelho <luca@coelho.fi> | Thu Sep 27 12:13:51 2012 +0300 |
tree | fb2109982596084ba2b164e95eb4e57e6c4ae1ac | |
parent | 11bc97eb902ddac822f32dc5a890d7b6274b754d [diff] |
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>