commit | 2ef6e4440926668cfa9eac4b79e63528ebcbe0c1 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Oct 20 15:08:12 2009 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 27 16:29:47 2009 -0400 |
tree | 6db9ef36346c2b263d7bed07fed99cffd6fb2a44 | |
parent | d419b9f0fa69e79ccba3e5e79a58a52ae0c2ed6a [diff] |
mac80211: keep auth state when assoc fails When association fails, we should stay authenticated, which in mac80211 is represented by the existence of the mlme work struct, so we cannot free that, instead we need to just set it to idle. (Brought to you by the hacking session at Kernel Summit 2009 in Tokyo, Japan. -- JWL) Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>