]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit46309d392b1811b757f9906e709376c4209b88ad
tree4f99ab8390d95f8b8bacb970bbaca7e95f86b09b
parent001b8ecd74f275cf912e2c538f649f5443534c8a
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