kernel: reorganize 2.6.37 patches
[openwrt.git] / target / linux / generic / patches-2.6.37 / 060-backport_tos2prio_ecn_fix.patch
1 --- a/net/ipv4/route.c
2 +++ b/net/ipv4/route.c
3 @@ -165,7 +165,7 @@ static struct dst_ops ipv4_dst_ops = {
4
5 const __u8 ip_tos2prio[16] = {
6 TC_PRIO_BESTEFFORT,
7 - ECN_OR_COST(FILLER),
8 + ECN_OR_COST(BESTEFFORT),
9 TC_PRIO_BESTEFFORT,
10 ECN_OR_COST(BESTEFFORT),
11 TC_PRIO_BULK,
This page took 0.057493 seconds and 5 git commands to generate.