summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-11 16:44:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-11 16:44:13 +0000
commitc931254968b2436546cc54d1943f9e1affa1eaae (patch)
treef39d53f92a25bb362e4ed7e10b71c48bf60f71fb /package/mac80211
parent2732b0a73328733bdae2816e1eb078627618c8c5 (diff)
ath9k: add missing part of the aggregation duration fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/patches/570-ath9k_fix_max_aggr_duration.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mac80211/patches/570-ath9k_fix_max_aggr_duration.patch b/package/mac80211/patches/570-ath9k_fix_max_aggr_duration.patch
index b2fbf59f3..ea5d5b793 100644
--- a/package/mac80211/patches/570-ath9k_fix_max_aggr_duration.patch
+++ b/package/mac80211/patches/570-ath9k_fix_max_aggr_duration.patch
@@ -123,3 +123,13 @@
static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf,
struct ath_tx_info *info, int len)
{
+--- a/drivers/net/wireless/ath/ath9k/main.c
++++ b/drivers/net/wireless/ath/ath9k/main.c
+@@ -1366,6 +1366,7 @@ static int ath9k_conf_tx(struct ieee8021
+ queue, txq->axq_qnum, params->aifs, params->cw_min,
+ params->cw_max, params->txop);
+
++ ath_update_max_aggr_framelen(sc, queue, qi.tqi_burstTime);
+ ret = ath_txq_update(sc, txq->axq_qnum, &qi);
+ if (ret)
+ ath_err(common, "TXQ Update failed\n");