aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/568-ath9k_fix_stale_pointer.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-29 12:44:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-29 12:44:37 +0000
commitc63de0e888f0d0389bce04ef0f4b005facc48b87 (patch)
treedec85116011bea32e1b24f13af3f631e3baa567a /package/mac80211/patches/568-ath9k_fix_stale_pointer.patch
parent47f3be57d0ecdd375242ed9bc2e3cb09debcab6d (diff)
downloadupstream-c63de0e888f0d0389bce04ef0f4b005facc48b87.tar.gz
upstream-c63de0e888f0d0389bce04ef0f4b005facc48b87.tar.bz2
upstream-c63de0e888f0d0389bce04ef0f4b005facc48b87.zip
ath9k: add a patch that prevents excessive retry of single frames during an aggregation session
SVN-Revision: 33989
Diffstat (limited to 'package/mac80211/patches/568-ath9k_fix_stale_pointer.patch')
-rw-r--r--package/mac80211/patches/568-ath9k_fix_stale_pointer.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/568-ath9k_fix_stale_pointer.patch b/package/mac80211/patches/568-ath9k_fix_stale_pointer.patch
index 95ed6876f1..183553d3cc 100644
--- a/package/mac80211/patches/568-ath9k_fix_stale_pointer.patch
+++ b/package/mac80211/patches/568-ath9k_fix_stale_pointer.patch
@@ -8,7 +8,7 @@
list_del(&bf->list);
spin_unlock_bh(&sc->tx.txbuflock);
-@@ -1774,6 +1775,7 @@ static void ath_tx_send_normal(struct at
+@@ -1778,6 +1779,7 @@ static void ath_tx_send_normal(struct at
list_add_tail(&bf->list, &bf_head);
bf->bf_state.bf_type = 0;