From: Johannes Berg Date: Thu, 10 Jun 2010 08:21:36 +0000 (+0200) Subject: mac80211: move blockack stop due to fragmentation X-Git-Tag: v2.6.36-rc1~571^2~540^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344eec67c7b8557234e149d254bca2ae9614d61e;p=pandora-kernel.git mac80211: move blockack stop due to fragmentation There's a corner case where we receive a fragmented frame during a blockack session, in which case we will terminate that session. To simplify future work in this area that will culminate in allowing the driver callbacks for aggregation to sleep, move the processing of this case out of the RX path into the interface work. This will simplify future work because the new place for this code doesn't require that the function will always be atomic, which the RX path needs. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed