commit | b43e7199a9061562e28c72192a1d07e00ec4e97f | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Apr 27 12:59:13 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 28 17:03:38 2016 -0400 |
tree | 420b211911111c7603cfcff2f9ace377e32afa42 | |
parent | b43586576e54609f7970096478cf4113de18a4db [diff] |
fq: split out backlog update logic mac80211 (which will be the first user of the fq.h) recently started to support software A-MSDU aggregation. It glues skbuffs together into a single one so the backlog accounting needs to be more fine-grained. To avoid backlog sorting logic duplication split it up for re-use. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: David S. Miller <davem@davemloft.net>