qcacmn: Add support to send WMI_VDEV_GET_BIG_DATA_P2_CMDID to fw

Send WMI_VDEV_GET_BIG_DATA_P2_CMDID to fw to get big data stats.

Change-Id: I40870a0d9106860f58272a200025870b41d4aef9
CRs-Fixed: 2861082
This commit is contained in:
sheenam monga
2021-02-02 13:03:49 +05:30
committed by snandini
parent 64b096fde9
commit 89ca16cb2f
4 changed files with 82 additions and 0 deletions

View File

@@ -2513,6 +2513,11 @@ QDF_STATUS (*config_peer_latency_info_cmd)(
QDF_STATUS (*send_set_tpc_power_cmd)(wmi_unified_t wmi_handle,
uint8_t vdev_id,
struct reg_tpc_power_info *param);
#ifdef WLAN_FEATURE_BIG_DATA_STATS
QDF_STATUS (*send_big_data_stats_request_cmd)(
wmi_unified_t wmi_handle,
struct stats_request_params *param);
#endif
};
/* Forward declartion for psoc*/