commit | 8b7f8532d15631776ce8bec2bbbc58f6aad738d1 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sun Nov 28 19:37:48 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 29 15:30:29 2010 -0500 |
tree | 69241871c17e3244c7ce78e19749b079953e2cf3 | |
parent | 81fc2a332045dc1dae24f24d3e2dc4656f2cc498 [diff] |
ath9k: fix software retry counter tracking The recent tx path cleanups moved the software retry count tracking from the ath_buf to the skb cb, however the actual counter update referred to the wrong location, confusing block-ack window tracking. Fix this by using the retries counter in the struct ath_frame_info. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>