summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/560-minstrel_ht_performance.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/560-minstrel_ht_performance.patch')
-rw-r--r--package/mac80211/patches/560-minstrel_ht_performance.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mac80211/patches/560-minstrel_ht_performance.patch b/package/mac80211/patches/560-minstrel_ht_performance.patch
index 43ff78b3a..a3e7f424a 100644
--- a/package/mac80211/patches/560-minstrel_ht_performance.patch
+++ b/package/mac80211/patches/560-minstrel_ht_performance.patch
@@ -18,13 +18,14 @@
cur_prob = 0;
cur_prob_tp = 0;
-@@ -572,6 +573,10 @@ minstrel_get_sample_rate(struct minstrel
+@@ -572,6 +573,11 @@ minstrel_get_sample_rate(struct minstrel
return sample_idx;
next:
+ if (mi->sample_retry > 0) {
+ mi->sample_retry--;
+ mi->sample_tries++;
++ mi->sample_wait = 1;
+ }
minstrel_next_sample_idx(mi);
return -1;