]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Merge branch 'reusable-codel'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Apr 2016 20:44:28 +0000 (16:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Apr 2016 20:44:28 +0000 (16:44 -0400)
Michal Kazior says:

====================
codel: make it reuseable beyond qdiscs

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge