From: Johannes Berg Date: Fri, 30 Jul 2010 11:30:46 +0000 (+0200) Subject: iwlwifi: fix possible recursive locking deadlock X-Git-Tag: v2.6.36-rc1~305^2~11^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f5ba5bac8b374bc2126920c7204c63019f28ce;p=pandora-kernel.git iwlwifi: fix possible recursive locking deadlock commit f84b29ec0a1ab767679d3f2428877b65f94bc3ff Author: Johannes Berg Date: Tue May 18 02:29:13 2010 -0700 iwlwifi: queue user-initiated scan when doing internal scan introduced a potential deadlock because it calls ieee80211_scan_completed() with the priv->mutex held, but mac80211 may call back into iwlwifi which would lead to recursive locking. Move this out from under the mutex. Cc: stable@kernel.org Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed