Browse Source

qcacld-3.0: Add support to set sta dump feature set info

Add support to set sta dump feature set info

Change-Id: Ia9c77352a1c547da367a831a180e76fd06a6e469
CRs-Fixed: 3552902
Aravind Kishore Sukla 1 year ago
parent
commit
5b7dc74446
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/wma/src/wma_main.c

+ 1 - 0
core/wma/src/wma_main.c

@@ -502,6 +502,7 @@ static void wma_set_feature_set_info(tp_wma_handle wma_handle,
 	feature_set->peer_bigdata_getbssinfo_support = true;
 	feature_set->peer_bigdata_assocreject_info_support = true;
 	feature_set->peer_getstainfo_support = true;
+	feature_set->sta_dump_support = true;
 	wma_update_set_feature_version(feature_set);
 }