diff mbox series

iw: print BSS coloring capability if supported

Message ID a935a11cabe630100385005b0c2bee9110fb9572.1634811514.git.lorenzo@kernel.org (mailing list archive)
State Accepted
Delegated to: Johannes Berg
Headers show
Series iw: print BSS coloring capability if supported | expand

Commit Message

Lorenzo Bianconi Oct. 21, 2021, 10:19 a.m. UTC
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 info.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/info.c b/info.c
index 4884668..6b2bbd8 100644
--- 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]) {