regulatory: remove reg_mutex
authorJohannes Berg <johannes.berg@intel.com>
Fri, 10 May 2013 17:17:17 +0000 (19:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 May 2013 22:02:19 +0000 (00:02 +0200)
commit38fd2143fa653f80729800c1d61d4207b91dca42
tree4f99ab8390d95f8b8bacb970bbaca7e95f86b09b
parentdb2424c58e5962a87888d25d29ceb0873eef6348
regulatory: remove reg_mutex

The reg_mutex is similar to the ones I just removed in
cfg80211 but even less useful since it protects global
data, and we hold the RTNL in all places (except module
unload) already.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c