projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7fca4e
)
mac80211: minstrel_ht: increase stats update interval
author
Felix Fietkau
<nbd@nbd.name>
Fri, 15 Jan 2021 12:02:41 +0000
(13:02 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 22 Jan 2021 08:11:37 +0000
(09:11 +0100)
The shorter interval was leading to too many frames being used for probing
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link:
https://lore.kernel.org/r/20210115120242.89616-9-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rc80211_minstrel_ht.c
patch
|
blob
|
history
diff --git
a/net/mac80211/rc80211_minstrel_ht.c
b/net/mac80211/rc80211_minstrel_ht.c
index b1a06ecca34d3753688f8dfaef5e84f996a72263..782b4668a3da07a270321159d36e045ad0093ab3 100644
(file)
--- a/
net/mac80211/rc80211_minstrel_ht.c
+++ b/
net/mac80211/rc80211_minstrel_ht.c
@@
-1865,7
+1865,7
@@
minstrel_ht_alloc(struct ieee80211_hw *hw)
mp->has_mrr = true;
mp->hw = hw;
- mp->update_interval = HZ /
2
0;
+ mp->update_interval = HZ /
1
0;
minstrel_ht_init_cck_rates(mp);
for (i = 0; i < ARRAY_SIZE(mp->hw->wiphy->bands); i++)