Hi, There's an ongoing effort in fixing wireless bufferbloat. As part of that fq_codel is being ported into mac80211. To prevent code duplication codel.h needs to be slightly modified before it can be used in mac80211 (or other drivers FWIW).
For more background please see: https://www.spinics.net/lists/linux-wireless/msg149976.html Michal Kazior (2): codel: generalize the implementation codel: split into multiple files include/net/codel.h | 217 +-------------------------------------- include/net/codel_impl.h | 255 ++++++++++++++++++++++++++++++++++++++++++++++ include/net/codel_qdisc.h | 73 +++++++++++++ net/sched/sch_codel.c | 22 +++- net/sched/sch_fq_codel.c | 21 +++- 5 files changed, 368 insertions(+), 220 deletions(-) create mode 100644 include/net/codel_impl.h create mode 100644 include/net/codel_qdisc.h -- 2.1.4