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)
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>

No differences found