From: Johannes Berg Date: Fri, 10 Jul 2009 22:17:32 +0000 (+0200) Subject: cfg80211: fix more bugs in mlme handling X-Git-Tag: v2.6.32-rc1~703^2~544^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=596a07c18b35c9df2fb212856241ae0dfe3162b9;p=pandora-kernel.git cfg80211: fix more bugs in mlme handling The "what-was-I-thinking-if-anything" patch. Clearly, if cfg80211_send_disassoc() does wdev_lock() and then calls __cfg80211_send_disassoc(), the latter shouldn't lock again. And the sme_state test is ... no further comments. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed