提交 7e2123ab 编写于 作者: F Felix Fietkau 提交者: Johannes Berg

mac80211: minstrel_ht: increase stats update interval

The shorter interval was leading to too many frames being used for probing
Signed-off-by: NFelix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20210115120242.89616-9-nbd@nbd.nameSigned-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 a7fca4e4
......@@ -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++)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部