diff options
Diffstat (limited to 'net/sched/sch_fq_codel.c')
| -rw-r--r-- | net/sched/sch_fq_codel.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/sched/sch_fq_codel.c b/net/sched/sch_fq_codel.c index 1e52decb7b59..c244c45b78d7 100644 --- a/net/sched/sch_fq_codel.c +++ b/net/sched/sch_fq_codel.c @@ -391,7 +391,7 @@ static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt)  	q->perturbation = prandom_u32();  	INIT_LIST_HEAD(&q->new_flows);  	INIT_LIST_HEAD(&q->old_flows); -	codel_params_init(&q->cparams); +	codel_params_init(&q->cparams, sch);  	codel_stats_init(&q->cstats);  	q->cparams.ecn = true; |