On Mon, 2016-09-12 at 15:55 +0200, Toke Høiland-Jørgensen wrote: > Currently the 'aqm' stats in mac80211 only keeps overlimit drop > stats, > not CoDel stats. This moves the CoDel stats into the txqi structure > to > keep them per txq in order to show them in debugfs. > > In addition, the aqm debugfs output is restructured by splitting it > up > into three files: One global per phy, one per netdev and one per > station, in the appropriate directories. The files are all called > aqm, > and are only created if the driver supports the wake_tx_queue op > (rather > than emitting an error on open as previously). > Applied, thanks. johannes