release 6.16.3 (preliminary)
This commit is contained in:
13
debian/patches/misc-openwrt/0109-mac80211-txq-tune.patch
vendored
Normal file
13
debian/patches/misc-openwrt/0109-mac80211-txq-tune.patch
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/net/mac80211/tx.c
|
||||
+++ b/net/mac80211/tx.c
|
||||
@@ -1596,8 +1596,8 @@ int ieee80211_txq_setup_flows(struct iee
|
||||
fq->memory_limit = 4 << 20; /* 4 Mbytes */
|
||||
|
||||
codel_params_init(&local->cparams);
|
||||
- local->cparams.interval = MS2TIME(100);
|
||||
- local->cparams.target = MS2TIME(20);
|
||||
+ local->cparams.interval = MS2TIME(50);
|
||||
+ local->cparams.target = MS2TIME(10);
|
||||
local->cparams.ecn = true;
|
||||
|
||||
local->cvars = kvcalloc(fq->flows_cnt, sizeof(local->cvars[0]),
|
Reference in New Issue
Block a user