OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 42... | Line 42... | |||
42 | ---help--- |
42 | ---help--- |
|
43 | When the kernel has several packets to send out over a network |
43 | When the kernel has several packets to send out over a network |
|
44 | device, it has to decide which ones to send first, which ones to |
44 | device, it has to decide which ones to send first, which ones to |
|
45 | --- a/net/sched/sch_api.c |
45 | --- a/net/sched/sch_api.c |
|
46 | +++ b/net/sched/sch_api.c |
46 | +++ b/net/sched/sch_api.c |
|
47 | @@ -1977,7 +1977,7 @@ static int __init pktsched_init(void) |
47 | @@ -1978,7 +1978,7 @@ static int __init pktsched_init(void) |
|
48 | return err; |
48 | return err; |
|
49 | } |
49 | } |
|
Line 50... | Line 50... | |||
50 | |
50 | |
|
51 | - register_qdisc(&pfifo_fast_ops); |
51 | - register_qdisc(&pfifo_fast_ops); |