qcacmn: Add qdf time api to get time of the day in millisec
qcacld-2.0 to qcacmn propagation Adds qdf time api to get time of the day in millisec Also send host timestamp to firmware, so that firmware can print the logs timestamp in sync with host via the wmi interface,with api wmi_send_time_stamp_sync_cmd_tlv() Change-Id: Id6acfc5227fdca2fbf8d266998fdfc4046adc5f4 CRs-Fixed: 2193978
This commit is contained in:

committed by
snandini

parent
cc2eea069f
commit
a2a2c714e1
@@ -162,6 +162,14 @@ void wmi_mgmt_cmd_record(wmi_unified_t wmi_handle, uint32_t cmd,
|
||||
*/
|
||||
void wmi_unified_detach(struct wmi_unified *wmi_handle);
|
||||
|
||||
/**
|
||||
* API to sync time between host and firmware
|
||||
*
|
||||
* @param wmi_handle : handle to WMI.
|
||||
* @return void.
|
||||
*/
|
||||
void wmi_send_time_stamp_sync_cmd_tlv(void *wmi_hdl);
|
||||
|
||||
void
|
||||
wmi_unified_remove_work(struct wmi_unified *wmi_handle);
|
||||
|
||||
|
Reference in New Issue
Block a user