From: Johannes Berg Date: Fri, 28 Jun 2013 09:38:54 +0000 (+0200) Subject: cfg80211: fix bugs in new SME implementation X-Git-Tag: v3.11-rc4~22^2~25^2^2~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=923a0e7dee8c436108279568cf34444749ac796f;p=pandora-kernel.git cfg80211: fix bugs in new SME implementation When splitting the SME implementation from the MLME code, I introduced a few bugs: * association failures no longer sent a connect-failure event * getting disassociated from the AP caused deauth to be sent but state wasn't cleaned up, leading to warnings * authentication failures weren't cleaned up properly, causing new connection attempts to warn and fail Fix these bugs. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed