]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit666f9d6e9c2ec7229da5502b931954f7f7181409
tree07fe8c29f281f4c25653953633a2abf20b025432
parentf86b0a5f498f77bfd5ff982342f0bd26f4df8048
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