generic: refresh patches
Refreshed patches by running: make target/linux/refresh Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/18640 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
028d8d4275
commit
f92ac3d10d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
|
|
||||||
--- a/net/sched/sch_fq_codel.c
|
--- a/net/sched/sch_fq_codel.c
|
||||||
+++ b/net/sched/sch_fq_codel.c
|
+++ b/net/sched/sch_fq_codel.c
|
||||||
@@ -471,7 +471,11 @@ static int fq_codel_init(struct Qdisc *s
|
@@ -465,7 +465,11 @@ static int fq_codel_init(struct Qdisc *s
|
||||||
|
|
||||||
sch->limit = 10*1024;
|
sch->limit = 10*1024;
|
||||||
q->flows_cnt = 1024;
|
q->flows_cnt = 1024;
|
||||||
|
|
Loading…
Reference in a new issue