From: Lorenzo Bianconi Date: Thu, 10 Mar 2022 10:46:56 +0000 (+0100) Subject: iw: print Radar background capability if supported X-Git-Tag: v5.19~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0900996845744bf33f83dc4d85b3acf0c435c66c;p=thirdparty%2Fiw.git iw: print Radar background capability if supported Signed-off-by: Lorenzo Bianconi Link: https://lore.kernel.org/r/1661d4de358d5ff8f6f8350eb165acf08f870951.1646909094.git.lorenzo@kernel.org Signed-off-by: Johannes Berg --- diff --git a/info.c b/info.c index 3a45b3f..fa79ec7 100644 --- a/info.c +++ b/info.c @@ -702,6 +702,7 @@ broken_combination: ext_feat_print(tb, 4WAY_HANDSHAKE_AP_PSK, "AP mode PSK offload support"); ext_feat_print(tb, BSS_COLOR, "BSS coloring support"); ext_feat_print(tb, FILS_CRYPTO_OFFLOAD, "FILS crypto offload"); + ext_feat_print(tb, RADAR_BACKGROUND, "Radar background support"); } if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {