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
2022-11-07 12:27:00 +05:30
提交者 Madan Koyyalamudi
父节点 63c54dfc79
当前提交 5eeff35d5a

查看文件

@@ -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,