]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: print BSS coloring capability if supported
authorLorenzo Bianconi <lorenzo@kernel.org>
Thu, 21 Oct 2021 10:19:57 +0000 (12:19 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 21 Oct 2021 15:19:28 +0000 (17:19 +0200)
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://lore.kernel.org/r/a935a11cabe630100385005b0c2bee9110fb9572.1634811514.git.lorenzo@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
info.c

diff --git a/info.c b/info.c
index 488466813a4105f1e024d98674bfef1aeb7a66d6..6b2bbd843445157dae4ec6b38d94d6bb4b23f321 100644 (file)
--- a/info.c
+++ b/info.c
@@ -700,6 +700,7 @@ broken_combination:
                ext_feat_print(tb, CONTROL_PORT_OVER_NL80211_TX_STATUS, "tx status for nl80211 control port support");
                ext_feat_print(tb, OPERATING_CHANNEL_VALIDATION, "Operating Channel Validation (OCV) support");
                ext_feat_print(tb, 4WAY_HANDSHAKE_AP_PSK, "AP mode PSK offload support");
+               ext_feat_print(tb, BSS_COLOR, "BSS coloring support");
        }
 
        if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {