commit | a1699b75a1db31a1da2f0fc610ee696d02a19280 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jul 30 16:46:07 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 16 15:26:37 2010 -0400 |
tree | f10a936a42a4bd35b39496d64426b61e465c43a6 | |
parent | c240879f3488ae0904a7ba5bdaaa54638b2d8852 [diff] |
mac80211: unify scan and work mutexes Having both scan and work mutexes is not just a bit too fine grained, it also creates issues when there's code that needs both since they then need to be acquired in the right order, which can be hard to do. Therefore, use just a single mutex for both. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>