From: Johannes Berg Date: Wed, 5 Mar 2008 19:39:31 +0000 (+0100) Subject: mac80211: don't call conf_tx under RCU lock X-Git-Tag: v2.6.26-rc1~1138^2~454^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f98f2df903af627a9b9ac55b9352fd54fc431a;p=pandora-kernel.git 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 Tested-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed