From: Toke Høiland-Jørgensen Date: Mon, 11 Feb 2019 17:04:34 +0000 (+0100) Subject: iw: Print airtime fairness feature X-Git-Tag: v5.3~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c0784ddbd7c3ef4dd26f06ced408cd30283d1f5;p=thirdparty%2Fiw.git iw: Print airtime fairness feature This adds printing of the newly introduced airtime fairness EXT_FEATURE flag to iw. Signed-off-by: Toke Høiland-Jørgensen Signed-off-by: Johannes Berg --- 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]) {