diff mbox series

[3/3] iw: Print airtime fairness feature

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

Commit Message

Toke Høiland-Jørgensen Feb. 11, 2019, 5:04 p.m. UTC
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(+)
diff mbox series

Patch

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]) {