From: Johannes Berg Date: Thu, 10 Jun 2010 08:21:47 +0000 (+0200) Subject: mac80211: defer TX agg session teardown to work X-Git-Tag: v2.6.36-rc1~571^2~540^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a5cbf73a13d0c8be019b22afec4407e4285aed;p=pandora-kernel.git mac80211: defer TX agg session teardown to work Since we want the code to be able to sleep in the future, it must not be called from the timer directly. To achieve that, simply call the function drivers would call, and also use RCU in the timer to get the struct so we don't need to rely on the spinlock in the future. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed