aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.9/661-use_fq_codel_by_default.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-07-23 13:40:40 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-07-28 22:46:17 +0200
commit88f3c635726525f4da1ac24780ee0d506f18c4b6 (patch)
tree6d6ab7c2af680838615dc02fe915a916ef2c8b3d /target/linux/generic/patches-4.9/661-use_fq_codel_by_default.patch
parenteb43a817f7ce2dfe62da2b8c13f85e115d32cdc3 (diff)
downloadupstream-88f3c635726525f4da1ac24780ee0d506f18c4b6.tar.gz
upstream-88f3c635726525f4da1ac24780ee0d506f18c4b6.tar.bz2
upstream-88f3c635726525f4da1ac24780ee0d506f18c4b6.zip
kernel: update kernel 4.9 to version 4.9.40
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.9/661-use_fq_codel_by_default.patch')
-rw-r--r--target/linux/generic/patches-4.9/661-use_fq_codel_by_default.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.9/661-use_fq_codel_by_default.patch b/target/linux/generic/patches-4.9/661-use_fq_codel_by_default.patch
index 50115e5de6..f94cca0d4f 100644
--- a/target/linux/generic/patches-4.9/661-use_fq_codel_by_default.patch
+++ b/target/linux/generic/patches-4.9/661-use_fq_codel_by_default.patch
@@ -69,7 +69,7 @@
ops = &noqueue_qdisc_ops;
--- a/net/sched/sch_api.c
+++ b/net/sched/sch_api.c
-@@ -1976,7 +1976,7 @@ static int __init pktsched_init(void)
+@@ -1979,7 +1979,7 @@ static int __init pktsched_init(void)
return err;
}