From: Johannes Berg Date: Fri, 10 Jul 2009 00:45:38 +0000 (+0200) Subject: cfg80211: fix a locking bug X-Git-Tag: v2.6.32-rc1~703^2~544^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3f149017ef3fd21343b1dcec3589eec6ba5dd5;p=pandora-kernel.git cfg80211: fix a locking bug The cfg80211_sme_disassoc() function is already holding a lock here that cfg80211_mlme_deauth() would take, so it needs to use __cfg80211_mlme_deauth() instead. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed