regulatory: use RCU in regulatory_hint_11d()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 10 May 2013 17:07:52 +0000 (19:07 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 May 2013 22:02:18 +0000 (00:02 +0200)
commitdb2424c58e5962a87888d25d29ceb0873eef6348
tree6979069932dd9b37d30a849b3946891a20f03dc7
parent1cdd59ce8dcfa850ebb8ac2ab000a2ea572d1d69
regulatory: use RCU in regulatory_hint_11d()

Since it just does a quick check of the last regulatory
request, the function doesn't have to hold the reg mutex
but can use RCU instead.

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