commit | 0ec2f2724d7e457b91e5983d11db8adba9aad47e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Aug 26 13:30:27 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 27 13:27:06 2010 -0400 |
tree | 24b4075547c3e850d2c3b1847adc61b32d8b68d1 | |
parent | 8789d459bc5e837bf37d261453df96ef54018d7b [diff] |
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 <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>