aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-03 14:39:49 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-03 14:39:49 +0000
commitead555a94ac5363cc751353d12ff7482854d4c06 (patch)
tree8d2af1d1162b9d211c9336ab5d8bc433dc28ce53 /target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch
parent9386d8eb982305e08eb52a63742294e71cecbac0 (diff)
downloadupstream-ead555a94ac5363cc751353d12ff7482854d4c06.tar.gz
upstream-ead555a94ac5363cc751353d12ff7482854d4c06.tar.bz2
upstream-ead555a94ac5363cc751353d12ff7482854d4c06.zip
generic: upgrade to 3.18.8
Fixes several issues in the network stack. Full changelog: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.8 Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44593
Diffstat (limited to 'target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch')
-rw-r--r--target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch b/target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch
index 6a67a894a9..9af740daf3 100644
--- a/target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch
+++ b/target/linux/generic/patches-3.18/662-use_fq_codel_by_default.patch
@@ -32,7 +32,7 @@
{
--- a/include/net/sch_generic.h
+++ b/include/net/sch_generic.h
-@@ -344,6 +344,7 @@ extern struct Qdisc noop_qdisc;
+@@ -341,6 +341,7 @@ extern struct Qdisc noop_qdisc;
extern struct Qdisc_ops noop_qdisc_ops;
extern struct Qdisc_ops pfifo_fast_ops;
extern struct Qdisc_ops mq_qdisc_ops;