qcacmn: Add WMI APIs to get endpoint ID
Add WMI layer APIs to get endpoint ID. Change-Id: Id1b3f951755f662344239e306312db5b31b32296 CRs-Fixed: 3408703
This commit is contained in:

committed by
Madan Koyyalamudi

parent
10fe6982eb
commit
fd71acd187
@@ -669,6 +669,15 @@ wmi_is_blocked(wmi_unified_t wmi_handle);
|
|||||||
void
|
void
|
||||||
wmi_flush_endpoint(wmi_unified_t wmi_handle);
|
wmi_flush_endpoint(wmi_unified_t wmi_handle);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* wmi_get_endpoint() - API to get endpoint ID
|
||||||
|
* @wmi_handle: handle to WMI.
|
||||||
|
*
|
||||||
|
* Return Handle to endpoint
|
||||||
|
*/
|
||||||
|
HTC_ENDPOINT_ID
|
||||||
|
wmi_get_endpoint(wmi_unified_t wmi_handle);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* wmi_interface_sequence_stop() - API to stop wmi sequence check
|
* wmi_interface_sequence_stop() - API to stop wmi sequence check
|
||||||
*
|
*
|
||||||
|
@@ -3763,6 +3763,11 @@ wmi_flush_endpoint(wmi_unified_t wmi_handle)
|
|||||||
}
|
}
|
||||||
qdf_export_symbol(wmi_flush_endpoint);
|
qdf_export_symbol(wmi_flush_endpoint);
|
||||||
|
|
||||||
|
HTC_ENDPOINT_ID wmi_get_endpoint(wmi_unified_t wmi_handle)
|
||||||
|
{
|
||||||
|
return wmi_handle->wmi_endpoint_id;
|
||||||
|
}
|
||||||
|
|
||||||
void wmi_pdev_id_conversion_enable(wmi_unified_t wmi_handle,
|
void wmi_pdev_id_conversion_enable(wmi_unified_t wmi_handle,
|
||||||
uint32_t *pdev_id_map,
|
uint32_t *pdev_id_map,
|
||||||
uint8_t size)
|
uint8_t size)
|
||||||
|
Reference in New Issue
Block a user