1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

mac80211: add another minstrel_ht performance improvement

SVN-Revision: 35890
This commit is contained in:
Felix Fietkau 2013-03-05 14:32:31 +00:00
parent d75c632de6
commit 15e0ff9322

View File

@ -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;