diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 02:47:23 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-15 13:24:19 -0500 |
commit | ff32d9cd2c4107224a28f39d3c72eec66d566e09 (patch) | |
tree | 6d2296d153fd27e6daecffa4a88941714578613a /net/mac80211 | |
parent | 78a7685e1e44c6d4b6f79c73687b9322e40b040e (diff) | |
download | linux-ff32d9cd2c4107224a28f39d3c72eec66d566e09.tar.bz2 |
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>
Diffstat (limited to 'net/mac80211')
0 files changed, 0 insertions, 0 deletions