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:
@@ -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*/
|
||||
|
Reference in New Issue
Block a user