1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-03 03:59:21 +02:00
openwrt-xburst/package/mac80211/patches/552-ath9k_fix_bar.patch

12 lines
338 B
Diff
Raw Normal View History

--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
@@ -429,7 +429,7 @@ static void ath_tx_complete_aggr(struct
ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad);
while (bf) {
- txfail = txpending = 0;
+ txfail = txpending = sendbar = 0;
bf_next = bf->bf_next;
skb = bf->bf_mpdu;