Forráskód Böngészése

qcacld-3.0: Give correct information for frame pcap logging

Currently host driver indicates frame pcap logging feature as
supported by default to fw.
Host driver does not support this feature as of now, so indicate
this feature as not supported to fw in feature set capability info.

Change-Id: I5a6f4d83cca1b5b92d8a9159b68349534b112d92
CRs-Fixed: 3329222
Ashish Kumar Dhanotiya 2 éve
szülő
commit
5eeff35d5a
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      core/wma/src/wma_main.c

+ 3 - 3
core/wma/src/wma_main.c

@@ -437,9 +437,9 @@ static void wma_set_feature_set_info(tp_wma_handle wma_handle,
 	feature_set->supported_dot11mode = feature_set->wifi_standard;
 	feature_set->sap_wpa3_support = true;
 	feature_set->assurance_disconnect_reason_api = true;
-	feature_set->frame_pcap_log_mgmt = true;
-	feature_set->frame_pcap_log_ctrl = true;
-	feature_set->frame_pcap_log_data = true;
+	feature_set->frame_pcap_log_mgmt = false;
+	feature_set->frame_pcap_log_ctrl = false;
+	feature_set->frame_pcap_log_data = false;
 
 	/*
 	 * This information is hardcoded based on hdd_sta_akm_suites,