qcacmn: Move ctrl_path_twt_stats functions to appropriate files

Move ctrl_path_twt_stats related functions to appropriate source
and header files.

CRs-Fixed:  2871393
Change-Id: I7043259c102e5aee6cbb13260ce2bb0c53c17853
This commit is contained in:
Srinivas Girigowda
2021-02-04 13:41:56 -08:00
committed by snandini
parent 7bcb5cd4b9
commit 14bfc9057c
6 changed files with 215 additions and 212 deletions

View File

@@ -3327,22 +3327,6 @@ QDF_STATUS wmi_unified_send_cp_stats_cmd(wmi_unified_t wmi_handle,
return QDF_STATUS_E_FAILURE;
}
#ifdef WLAN_SUPPORT_INFRA_CTRL_PATH_STATS
QDF_STATUS
wmi_unified_extract_infra_cp_stats(wmi_unified_t wmi_handle,
void *evt_buf, uint32_t evt_buf_len,
struct infra_cp_stats_event *params)
{
if (wmi_handle->ops->extract_infra_cp_stats)
return wmi_handle->ops->extract_infra_cp_stats(wmi_handle,
evt_buf,
evt_buf_len,
params);
return QDF_STATUS_E_FAILURE;
}
#endif /* WLAN_SUPPORT_INFRA_CTRL_PATH_STATS */
QDF_STATUS
wmi_unified_extract_cp_stats_more_pending(wmi_unified_t wmi_handle,
void *evt_buf, uint32_t *more_flag)