commit | e2fd5dbc1c7031be5b5de043bcc0a18c7a59a68a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jul 06 21:39:28 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jul 12 12:10:43 2012 +0200 |
tree | f9febb7e331ff24efec9289e2a13be9e146f9cd5 | |
parent | d811b3d5566f1441b321a1219c260124b209e0bd [diff] |
mac80211: make scan_sdata pointer usable with RCU Making the scan_sdata pointer usable with RCU makes it possible to dereference it in the RX path to see if a received frame actually matches the interface that is scanning. This is just preparations, making the pointer __rcu. Signed-off-by: Johannes Berg <johannes.berg@intel.com>