Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/ath
Felix Fietkau 815833e7ec ath9k: fix tx status reporting
This patch fixes a bug in ath9k's tx status check, which
caused mac80211 to consider regularly transmitted unicast frames
as un-acked.
When checking the ts_status field for errors, it needs to be masked
with ATH9K_TXERR_FILT, because this field also contains other fields
like ATH9K_TX_ACKED.
Without this patch, AP mode is pretty much unusable, as hostapd
checks the ACK status for the frames that it injects.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-12-07 16:54:59 -05:00
..
2009-11-23 17:05:29 -05:00
2009-12-07 16:54:59 -05:00
2009-10-07 16:39:29 -04:00
2009-10-07 16:39:29 -04:00
2009-10-07 16:39:28 -04:00
2009-10-07 16:39:41 -04:00
2009-10-07 16:39:28 -04:00
2009-11-19 11:08:50 -05:00