This adds printing of the newly introduced airtime fairness EXT_FEATURE
flag to iw.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
---
 info.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/info.c b/info.c
index f1a25da..92c7d1d 100644
--- 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]) {

Reply via email to