commit | f0b8220c64242e19f41ad1b4eec3225d53715cbe | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sat Jan 15 14:30:15 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jan 19 11:36:11 2011 -0500 |
tree | fc777520c6ce3dbccdca84091338adae7a00c2a3 | |
parent | 21f28e6f0061568b2347aa7517249fc034f949b5 [diff] |
ath9k: fix excessive BAR sending when a frame exceeds its retry limit Because the sendbar variable was not reset to zero, the stack would send Block ACK requests for all subframes following the one that failed, which could mess up the receiver side block ack window. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>