From: Felix Fietkau Date: Wed, 27 Oct 2010 00:15:05 +0000 (+0200) Subject: ath9k: fix tx aggregation flush on AR9003 X-Git-Tag: v2.6.37-rc1~32^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e609e2ea2cdb3448e7849703179cd792a28dcc55;p=pandora-kernel.git ath9k: fix tx aggregation flush on AR9003 Completing aggregate frames can lead to new buffers being pushed into the tid queues due to software retransmission. When the tx queues are being drained, all pending aggregates must be completed before the tid queues get drained, otherwise buffers might be leaked. Signed-off-by: Felix Fietkau Cc: stable@kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed