mac80211: Re-structure aqm debugfs output and keep CoDel stats per txq
[platform/kernel/linux-rpi.git] / net / mac80211 / ieee80211_i.h
index 7576168..c71c735 100644 (file)
@@ -818,6 +818,7 @@ struct txq_info {
        struct fq_tin tin;
        struct fq_flow def_flow;
        struct codel_vars def_cvars;
+       struct codel_stats cstats;
        unsigned long flags;
 
        /* keep last! */
@@ -1117,7 +1118,6 @@ struct ieee80211_local {
        struct fq fq;
        struct codel_vars *cvars;
        struct codel_params cparams;
-       struct codel_stats cstats;
 
        const struct ieee80211_ops *ops;