mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-04 05:57:28 +03:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23555 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
435 B
Diff
12 lines
435 B
Diff
--- 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--;
|
|
}
|