From: Johannes Berg Date: Tue, 10 Feb 2009 20:25:50 +0000 (+0100) Subject: mac80211: fix race in TX aggregation X-Git-Tag: v2.6.30-rc1~662^2~738^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e6a7ea5cb1a902d37ab0c783709c178fa834df;p=pandora-kernel.git mac80211: fix race in TX aggregation When disabling TX aggregation because it was rejected or from the timer (it was not accepted), there is a window where we first set the state to operation, unlock, and then undo the whole thing. Avoid that by splitting up the stop function. Also get rid of the pointless sta_info indirection in the timer. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed