]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67a0ffa0ce0d8c107f02bafea0f35b2974f71a34
tree6979069932dd9b37d30a849b3946891a20f03dc7
parentb36ad855675d4193ea9608a9c26b9c130c499e5b
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