qcacmn: Add WMI Handler for TSF Event

Add handling for WMI TSF Event, including registration,
sending event and extracting response.

Change-Id: Icccf9b5eb7e46bd87caf7a644be903747eac025c
This commit is contained in:
Christopher Chopp
2020-09-17 11:28:00 -07:00
committed by snandini
vanhempi d03233cb19
commit 36627ac5e9
5 muutettua tiedostoa jossa 147 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -2469,6 +2469,13 @@ QDF_STATUS (*send_cp_stats_cmd)(wmi_unified_t wmi_handle,
QDF_STATUS (*extract_cp_stats_more_pending)(wmi_unified_t wmi_handle,
void *evt_buf,
uint32_t *more_flag);
QDF_STATUS (*send_vdev_tsf_tstamp_action_cmd)(wmi_unified_t wmi,
uint8_t vdev_id);
QDF_STATUS (*extract_vdev_tsf_report_event)(wmi_unified_t wmi_handle,
void *evt_buf,
struct wmi_host_tsf_event *param);
};
/* Forward declartion for psoc*/