aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-05 14:32:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-03-05 14:32:31 +0000
commit404e36aa0f5de13d26da5af47b25c08e54b24332 (patch)
tree8a32dfb1860178b8090f694e0e0dcf3b118d6ea4 /package/mac80211
parent58e4a0f3460a5be6dd9a9526e053c255ef4eea4a (diff)
downloadmaster-187ad058-404e36aa0f5de13d26da5af47b25c08e54b24332.tar.gz
master-187ad058-404e36aa0f5de13d26da5af47b25c08e54b24332.tar.bz2
master-187ad058-404e36aa0f5de13d26da5af47b25c08e54b24332.zip
mac80211: add another minstrel_ht performance improvement
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35890 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/patches/300-pending_work.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch
index 560c3f2662..b4bd187846 100644
--- a/package/mac80211/patches/300-pending_work.patch
+++ b/package/mac80211/patches/300-pending_work.patch
@@ -735,6 +735,15 @@
mi->stats_update = jiffies;
}
+@@ -467,7 +480,7 @@ minstrel_ht_tx_status(void *priv, struct
+
+ if (!mi->sample_wait && !mi->sample_tries && mi->sample_count > 0) {
+ mi->sample_wait = 16 + 2 * MINSTREL_TRUNC(mi->avg_ampdu_len);
+- mi->sample_tries = 2;
++ mi->sample_tries = 1;
+ mi->sample_count--;
+ }
+
@@ -536,7 +549,7 @@ minstrel_calc_retransmit(struct minstrel
mr->retry_updated = true;