commit | e609e2ea2cdb3448e7849703179cd792a28dcc55 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Oct 27 02:15:05 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 27 15:46:50 2010 -0400 |
tree | d28901d24ff6ff619aaa0191e99b6bee18294cac | |
parent | 5e848f789d60000d39d9a5f26ab02dbdd963f6cd [diff] |
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 <nbd@openwrt.org> Cc: stable@kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>