mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
mac80211: minstrel_ht: increase stats update interval
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>
This commit is contained in:
parent
a7fca4e403
commit
7e2123abc5
@ -1865,7 +1865,7 @@ minstrel_ht_alloc(struct ieee80211_hw *hw)
|
||||
mp->has_mrr = true;
|
||||
|
||||
mp->hw = hw;
|
||||
mp->update_interval = HZ / 20;
|
||||
mp->update_interval = HZ / 10;
|
||||
|
||||
minstrel_ht_init_cck_rates(mp);
|
||||
for (i = 0; i < ARRAY_SIZE(mp->hw->wiphy->bands); i++)
|
||||
|
Loading…
Reference in New Issue
Block a user