summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/561-minstrel_ht_sampling_interval.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-21 00:33:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-21 00:33:00 +0000
commitad06ff1186a055552e4e430b1f40593b9668b439 (patch)
tree5dd7771323952cb141b4bd3c6a15c07b61426d09 /package/mac80211/patches/561-minstrel_ht_sampling_interval.patch
parenta7bdb90f3843a2d36bc232781d670c72ab76a7d8 (diff)
downloadmtk-20170518-ad06ff1186a055552e4e430b1f40593b9668b439.zip
mtk-20170518-ad06ff1186a055552e4e430b1f40593b9668b439.tar.gz
mtk-20170518-ad06ff1186a055552e4e430b1f40593b9668b439.tar.bz2
ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht performance fixes for better performance
SVN-Revision: 23558
Diffstat (limited to 'package/mac80211/patches/561-minstrel_ht_sampling_interval.patch')
-rw-r--r--package/mac80211/patches/561-minstrel_ht_sampling_interval.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/561-minstrel_ht_sampling_interval.patch b/package/mac80211/patches/561-minstrel_ht_sampling_interval.patch
deleted file mode 100644
index f9465e8..0000000
--- a/package/mac80211/patches/561-minstrel_ht_sampling_interval.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/net/mac80211/rc80211_minstrel_ht.c
-+++ b/net/mac80211/rc80211_minstrel_ht.c
-@@ -408,7 +408,7 @@ minstrel_ht_tx_status(void *priv, struct
- mi->ampdu_len += info->status.ampdu_len;
-
- if (!mi->sample_wait && !mi->sample_tries && mi->sample_count > 0) {
-- mi->sample_wait = 4 + 2 * MINSTREL_TRUNC(mi->avg_ampdu_len);
-+ mi->sample_wait = 8 + MINSTREL_TRUNC(mi->avg_ampdu_len);
- mi->sample_tries = 3;
- mi->sample_count--;
- }