backports: copy sch_fq_codel.c from kernel
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 10 Feb 2014 16:50:52 +0000 (17:50 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 10 Feb 2014 22:31:13 +0000 (23:31 +0100)
commiteea6b955fe16a63890b1bb3a5d5d02fb11ff7c05
tree16c924fcc09297897773e4ed60378701bb3ad737
parent6399aaa1cf1ce4fe45756e481a5d702c90e22b04
backports: copy sch_fq_codel.c from kernel

Instead of using an own version of sch_fq_codel.c make backports copy
that code from the kernel and use that. This ensures that we will
always use the latest version.
This also includes flow_dissector.c which provides a function used by
sch_fq_codel.c.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/compat/Kconfig
backport/compat/Makefile
backport/compat/flow_dissector.c [deleted file]
backport/compat/sch_fq_codel_core.c [deleted file]
patches/backport-adjustments/flow_dissector.patch [new file with mode: 0644]
patches/backport-adjustments/sch_fq_codel.patch [new file with mode: 0644]