regulatory: remove useless locking on exit
authorJohannes Berg <johannes.berg@intel.com>
Mon, 3 Dec 2012 16:59:24 +0000 (17:59 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 3 Jan 2013 12:01:22 +0000 (13:01 +0100)
commit9027b1493b57a6a8f9f56741e4c4189048ea5633
tree9a5ac9bba155417560d07b130250015b58772ae5
parent1a9193185f462a51815fe48491f8a6fb6b942551
regulatory: remove useless locking on exit

It would be a major problem if anything were to run
concurrently while the module is being unloaded so
remove the locking that doesn't help anything.

Acked-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c