From: Felix Fietkau Date: Sun, 28 Nov 2010 18:37:48 +0000 (+0100) Subject: ath9k: fix software retry counter tracking X-Git-Tag: v2.6.38-rc1~476^2~276^2^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7f8532d15631776ce8bec2bbbc58f6aad738d1;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed