From: Johannes Berg Date: Thu, 26 Aug 2010 11:30:27 +0000 (+0200) Subject: wl12xx: remove unneeded locking X-Git-Tag: v2.6.37-rc1~147^2~584^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec2f2724d7e457b91e5983d11db8adba9aad47e;p=pandora-kernel.git wl12xx: remove unneeded locking With the scan callback now being callable from any context, these unlocks/locks can go away. This makes the code easier to understand, since callers of these functions must no longer be aware that the mutex may be dropped. As Stanislaw is working on iwlwifi scanning, I didn't change it to take advantage of the new mac80211 semantics. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed