qcacmn: Move get_peer_info into cp_stats component

Move WMI_REQUEST_PEER_STATS_INFO_CMDID related statistics into
cp_stats component.

Change-Id: Ie57f64e4ee195de30271260887c48ecf76f4a2ff
CRs-Fixed: 2680626
This commit is contained in:
Min Liu
2020-05-06 20:56:51 +08:00
committed by snandini
parent 697ceba7e1
commit 44150359c9
11 changed files with 744 additions and 903 deletions

View File

@@ -3123,6 +3123,7 @@ bool wmi_is_target_suspended(struct wmi_unified *wmi_handle)
{
return qdf_atomic_read(&wmi_handle->is_target_suspended);
}
qdf_export_symbol(wmi_is_target_suspended);
#ifdef WLAN_FEATURE_WMI_SEND_RECV_QMI
void wmi_set_qmi_stats(wmi_unified_t wmi_handle, bool val)