mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-01 04:42:50 +02:00
090e11142d
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25009 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
338 B
Diff
12 lines
338 B
Diff
--- 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;
|