From: Johannes Berg Date: Thu, 6 Aug 2009 18:41:32 +0000 (+0200) Subject: mac80211: stay authenticated after disassoc X-Git-Tag: v2.6.32-rc1~703^2~367^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e21546a2a3953a7d4b9d5c9b1cf12184ffceab96;p=pandora-kernel.git mac80211: stay authenticated after disassoc After being disassociated by the AP, mac80211 currently reports this to cfg80211, and then goes to delete the association. That's fine, but cfg80211 assumes that it's still authenticated, however, mac80211 throws away all state. This fixes mac80211 to keep track of the authentication in that case so that cfg80211 can request a deauth or new association properly. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed