Message ID | 154990467416.6770.1883292163406897027.stgit@alrua-x1 (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Johannes Berg |
Headers | show |
Series | [1/3] iw: Add command to set airtime weight | expand |
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]) {
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> --- info.c | 2 ++ 1 file changed, 2 insertions(+)