ath9k: fix software retry counter tracking
authorFelix Fietkau <nbd@openwrt.org>
Sun, 28 Nov 2010 18:37:48 +0000 (19:37 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 29 Nov 2010 20:30:29 +0000 (15:30 -0500)
commit8b7f8532d15631776ce8bec2bbbc58f6aad738d1
tree69241871c17e3244c7ce78e19749b079953e2cf3
parent81fc2a332045dc1dae24f24d3e2dc4656f2cc498
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>
drivers/net/wireless/ath/ath9k/xmit.c