summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/552-ath9k_fix_bar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/552-ath9k_fix_bar.patch')
-rw-r--r--package/mac80211/patches/552-ath9k_fix_bar.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/552-ath9k_fix_bar.patch b/package/mac80211/patches/552-ath9k_fix_bar.patch
deleted file mode 100644
index 074b8f5d0..000000000
--- a/package/mac80211/patches/552-ath9k_fix_bar.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;