commit | 8fed14085595c703612b5b712ffe114ef0370929 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Aug 06 14:18:07 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 09 15:58:11 2013 -0400 |
tree | cf20f55f47cffa2323b9e41ae4b4059be129951f | |
parent | a1cd94d345a8f68300c8ccd8422434e54199f68d [diff] |
ath9k: fix block ack window tracking check When a packet has been tracked as part of the BlockAck window and added to the hardware queue, it can end up back in the TID queue again with fi->retries still set to 0 (e.g. if the frame was filtered). Keep an extra bit for the BAW tracking status to fix this corner case. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>