]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: Print airtime fairness feature
authorToke Høiland-Jørgensen <toke@toke.dk>
Mon, 11 Feb 2019 17:04:34 +0000 (18:04 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Feb 2019 12:53:27 +0000 (13:53 +0100)
This adds printing of the newly introduced airtime fairness EXT_FEATURE
flag to iw.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
info.c

diff --git a/info.c b/info.c
index f1a25daa63daf5ffb1d4bae5fb8a088abeb80361..92c7d1d7aa72f360eb04f328e060795175e888c7 100644 (file)
--- a/info.c
+++ b/info.c
@@ -694,6 +694,8 @@ broken_combination:
                               "control port over nl80211");
                ext_feat_print(tb, NL80211_EXT_FEATURE_TXQS,
                               "TXQS", "FQ-CoDel-enabled intermediate TXQs");
+               ext_feat_print(tb, NL80211_EXT_FEATURE_AIRTIME_FAIRNESS,
+                              "AIRTIME_FAIRNESS", "airtime fairness scheduling");
        }
 
        if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {