]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: pass the last_request to __set_regdom()
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 5 Nov 2013 17:18:13 +0000 (09:18 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Nov 2013 19:51:28 +0000 (20:51 +0100)
commitb9b0283503ac23eb4910d220133b5b2c56523121
tree838bc7a9ae5d8eab4af33894e3ceb28c239c01a9
parented321be5442f8ecfabe6c5fc383042ff643dca11
cfg80211: pass the last_request to __set_regdom()

last_request is RCU protected, since we're getting it
on set_regdom() we might as well pass it to ensure the
same request is being processed, otherwise there is a
small race it could have changed. This makes processing
of the request atomic.

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