commit | e5f98f2df903af627a9b9ac55b9352fd54fc431a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Mar 05 20:39:31 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 07 16:02:59 2008 -0500 |
tree | a63eeaf5c0312b870b359005b61207b0e147ed03 | |
parent | bb0c9dc27e8fa360e108e6e96860da620a7c5d04 [diff] |
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>