From: Felix Fietkau Date: Tue, 11 Jan 2011 00:05:47 +0000 (-0700) Subject: ath9k: fix bogus sequence number increases on aggregation tid flush X-Git-Tag: v2.6.39-rc1~468^2~448^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e99a0cea3b6e27cca23ad2ef57331a25d886bb;p=pandora-kernel.git ath9k: fix bogus sequence number increases on aggregation tid flush When a tid pointer is passed to ath_tx_send_normal(), it increases the starting sequence number for the next AMPDU action frame, which should only be done if the sequence number assignment is fresh. In this case it is clearly not. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed