qcacmn: Add wmi support wifistats
Send WMI command to FW with provided tlv from wifistats Change-Id: I80ac9f621c75429bdca18962423026c2008a71d0
This commit is contained in:
@@ -3349,3 +3349,14 @@ wmi_unified_send_injector_frame_config_cmd(wmi_unified_t wmi_handle,
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS wmi_unified_send_cp_stats_cmd(wmi_unified_t wmi_handle,
|
||||
void *buf_ptr, uint32_t buf_len)
|
||||
{
|
||||
if (wmi_handle->ops->send_cp_stats_cmd)
|
||||
return wmi_handle->ops->send_cp_stats_cmd(wmi_handle, buf_ptr,
|
||||
buf_len);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user