diff options
author | Monam Agarwal <monamagarwal123@gmail.com> | 2014-03-24 00:53:40 +0530 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-04-09 10:55:30 +0200 |
commit | 34dd886c19547ea138634b98a615ccd1fe42cd20 (patch) | |
tree | 2e78b18b55c813f403404a0a2eaaed2eda8c9cf8 /net/mac80211/scan.c | |
parent | 77be2c54c5bd26279abc13807398771d80cda37a (diff) | |
download | linux-stable-34dd886c19547ea138634b98a615ccd1fe42cd20.tar.gz linux-stable-34dd886c19547ea138634b98a615ccd1fe42cd20.tar.bz2 linux-stable-34dd886c19547ea138634b98a615ccd1fe42cd20.zip |
cfg80211: regulatory: use RCU_INIT_POINTER
rcu_assign_pointer() ensures that the initialization of a structure is
carried out before storing a pointer to that structure. However, in the
case that NULL is assigned there's no structure to initialize so using
RCU_INIT_POINTER instead is safe and more efficient.
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com>
[rewrite commit log]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/scan.c')
0 files changed, 0 insertions, 0 deletions