aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.12/664-codel_fix_3_12.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-07-10 22:37:28 +0000
committerLuka Perkov <luka@openwrt.org>2014-07-10 22:37:28 +0000
commit2bc22025dd6579f00b470fef61a63d35f182792f (patch)
treec78130d9f7ed219ba3e5a4ccc05facd87f6f3fb2 /target/linux/generic/patches-3.12/664-codel_fix_3_12.patch
parent68e86140090a52b56920b59646516c347b710c74 (diff)
downloadupstream-2bc22025dd6579f00b470fef61a63d35f182792f.tar.gz
upstream-2bc22025dd6579f00b470fef61a63d35f182792f.tar.bz2
upstream-2bc22025dd6579f00b470fef61a63d35f182792f.zip
kernel: remove 3.12 support since none of the targets is using it
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41581
Diffstat (limited to 'target/linux/generic/patches-3.12/664-codel_fix_3_12.patch')
-rw-r--r--target/linux/generic/patches-3.12/664-codel_fix_3_12.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/generic/patches-3.12/664-codel_fix_3_12.patch b/target/linux/generic/patches-3.12/664-codel_fix_3_12.patch
deleted file mode 100644
index 0344e16367..0000000000
--- a/target/linux/generic/patches-3.12/664-codel_fix_3_12.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/net/sched/sch_api.c
-+++ b/net/sched/sch_api.c
-@@ -1906,7 +1906,7 @@ static int __init pktsched_init(void)
- return err;
- }
-
-- register_qdisc(&pfifo_fast_ops);
-+ register_qdisc(&fq_codel_qdisc_ops);
- register_qdisc(&pfifo_qdisc_ops);
- register_qdisc(&bfifo_qdisc_ops);
- register_qdisc(&pfifo_head_drop_qdisc_ops);
---- a/net/sched/sch_generic.c
-+++ b/net/sched/sch_generic.c
-@@ -31,7 +31,7 @@
- #include <net/dst.h>
-
- /* Qdisc to use by default */
--const struct Qdisc_ops *default_qdisc_ops = &pfifo_fast_ops;
-+const struct Qdisc_ops *default_qdisc_ops = &fq_codel_qdisc_ops;
- EXPORT_SYMBOL(default_qdisc_ops);
-
- /* Main transmission queue. */