From f29ad3adb05c23cb665c7efdd88448b366371891 Mon Sep 17 00:00:00 2001 From: Lucas Asvio Date: Wed, 17 Jul 2024 20:27:34 +0200 Subject: [PATCH] mac80211: refresh patch to change MS2TIME to 5-50 ms --- ...999-change-MS2TIME-to-5ms-50ms-for-improve-latency.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/mac80211/patches/subsys/999-change-MS2TIME-to-5ms-50ms-for-improve-latency.patch b/package/kernel/mac80211/patches/subsys/999-change-MS2TIME-to-5ms-50ms-for-improve-latency.patch index 5c7792f204..b01198060d 100644 --- a/package/kernel/mac80211/patches/subsys/999-change-MS2TIME-to-5ms-50ms-for-improve-latency.patch +++ b/package/kernel/mac80211/patches/subsys/999-change-MS2TIME-to-5ms-50ms-for-improve-latency.patch @@ -1,6 +1,6 @@ --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c -@@ -685,8 +685,8 @@ __sta_info_alloc(struct ieee80211_sub_if +@@ -676,8 +676,8 @@ __sta_info_alloc(struct ieee80211_sub_if } sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD; @@ -11,7 +11,7 @@ sta->cparams.ecn = true; sta->cparams.ce_threshold_selector = 0; sta->cparams.ce_threshold_mask = 0; -@@ -2878,23 +2878,18 @@ unsigned long ieee80211_sta_last_active( +@@ -2801,23 +2801,18 @@ unsigned long ieee80211_sta_last_active( static void sta_update_codel_params(struct sta_info *sta, u32 thr) { @@ -42,7 +42,7 @@ int ieee80211_sta_allocate_link(struct sta_info *sta, unsigned int link_id) --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c -@@ -1607,8 +1607,8 @@ int ieee80211_txq_setup_flows(struct iee +@@ -1630,8 +1630,8 @@ int ieee80211_txq_setup_flows(struct iee fq->memory_limit = 4 << 20; /* 4 Mbytes */ codel_params_init(&local->cparams);