mac80211: fix a few RCU issues
authorJohannes Berg <johannes.berg@intel.com>
Thu, 12 May 2011 13:11:37 +0000 (15:11 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 12 May 2011 18:10:54 +0000 (14:10 -0400)
commita3836e02ba4c50db958d32d710b226f2408623dc
tree07fe8c29f281f4c25653953633a2abf20b025432
parent8cb231530f03961b55aa4e84e6ead5590bcde04d
mac80211: fix a few RCU issues

A few configuration functions correctly do
rcu_read_lock() but don't correctly reference
some pointers protected by RCU. Fix that.

Cc: stable@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c