From: Johannes Berg Date: Thu, 10 Jun 2010 08:21:48 +0000 (+0200) Subject: mac80211: change TX aggregation locking X-Git-Tag: v2.6.36-rc1~571^2~540^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfcdbde35e2b621cf56bedc38a3a81e8c28addb9;p=pandora-kernel.git mac80211: change TX aggregation locking To prepare for allowing drivers to sleep in ampdu_action, change the locking in the TX aggregation code to use the mutex the RX part already uses. The spinlock is still necessary around some code to avoid races with TX, but now we can also synchronize_net() to avoid getting an inconsistent sequence number. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed