From: Johannes Berg Date: Tue, 20 Oct 2009 06:08:12 +0000 (+0900) Subject: mac80211: keep auth state when assoc fails X-Git-Tag: v2.6.32-rc6~32^2~5^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ef6e4440926668cfa9eac4b79e63528ebcbe0c1;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed