Message ID | 1661d4de358d5ff8f6f8350eb165acf08f870951.1646909094.git.lorenzo@kernel.org |
---|---|
State | New |
Headers | show |
Series | iw: print Radar background capability if supported | expand |
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]) {
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> --- info.c | 1 + 1 file changed, 1 insertion(+)