Deal with BEACON_RATE_EHT in ext_feat_print. Signed-off-by: Zong-Zhe Yang --- info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/info.c b/info.c index 18dcd368d0f8..5ce3f78688a0 100644 --- a/info.c +++ b/info.c @@ -174,6 +174,7 @@ static void ext_feat_print(enum nl80211_ext_feature_index idx) ext_feat_case(OWE_OFFLOAD_AP, "OWE DH element handling offload (AP)"); ext_feat_case(DFS_CONCURRENT, "DFS channel use under concurrent DFS master"); ext_feat_case(SPP_AMSDU_SUPPORT, "SPP A-MSDU support"); + ext_feat_case(BEACON_RATE_EHT, "EHT beacon rate support (AP/mesh)"); } } -- 2.39.0