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)
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>

No differences found