]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/mac80211/ieee80211_sta.c
mac80211: don't call conf_tx under RCU lock
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 5 Mar 2008 19:39:31 +0000 (20:39 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 7 Mar 2008 21:02:59 +0000 (16:02 -0500)
commite5f98f2df903af627a9b9ac55b9352fd54fc431a
treea63eeaf5c0312b870b359005b61207b0e147ed03
parentbb0c9dc27e8fa360e108e6e96860da620a7c5d04
mac80211: don't call conf_tx under RCU lock

Reinette pointed out that with the sta_info RCU-ification
the behaviour here changed and the conf_tx callback is
now invoked under RCU read lock. That is not necessary so
this patch restores the original behaviour

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Tested-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_sta.c