commit | ff32d9cd2c4107224a28f39d3c72eec66d566e09 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Thu Oct 21 02:47:23 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 15 13:24:19 2010 -0500 |
tree | 6d2296d153fd27e6daecffa4a88941714578613a | |
parent | 78a7685e1e44c6d4b6f79c73687b9322e40b040e [diff] |
ath9k_hw: fix potential spurious tx error bit interpretation According to documentation, AR_ExcessiveRetries, AR_Filtered and AR_FIFOUnderrun are only valid if AR_FrmXmitOK is clear. Not checking this might result in suboptimal FIFO settings, unnecessary retransmissions, or other connectivity issues. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Cc: stable@kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>