]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: print Radar background capability if supported
authorLorenzo Bianconi <lorenzo@kernel.org>
Thu, 10 Mar 2022 10:46:56 +0000 (11:46 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Mar 2022 10:49:31 +0000 (11:49 +0100)
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://lore.kernel.org/r/1661d4de358d5ff8f6f8350eb165acf08f870951.1646909094.git.lorenzo@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
info.c

diff --git a/info.c b/info.c
index 3a45b3fa4afa7729eaae4e7177a9484c5256a37a..fa79ec7b24f0d79f593ff673bf6f0802c905e589 100644 (file)
--- 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]) {