commit | db0e066a986e025781dcd4c05dc4cf480ae884b6 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | Tue Nov 05 09:18:13 2013 -0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Nov 25 20:51:28 2013 +0100 |
tree | 838bc7a9ae5d8eab4af33894e3ceb28c239c01a9 | |
parent | 0e3802dbfe53bc27a6bf019d022d743349a8d67d [diff] |
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>