qcacmn: Stop wmi sequence check during SOC stop
Skip wmi sequence check during SOC stop and enable after initializing wmi handle. It is required to skip sequence check during soc stop as the endpoint flush is preceding CE flush. CRs-Fixed: 2813341 Change-Id: Ieb821483e9786471d033773dc2365ab456345f83
This commit is contained in:

committed by
snandini

parent
9f9dfdc2b4
commit
0d9dc04d48
@@ -590,6 +590,14 @@ wmi_is_blocked(wmi_unified_t wmi_handle);
|
||||
void
|
||||
wmi_flush_endpoint(wmi_unified_t wmi_handle);
|
||||
|
||||
/**
|
||||
* API to stop wmi sequence check
|
||||
*
|
||||
* @param wmi_handle : handle to WMI.
|
||||
*/
|
||||
void
|
||||
wmi_interface_sequence_stop(wmi_unified_t wmi_handle);
|
||||
|
||||
/**
|
||||
* wmi_pdev_id_conversion_enable() - API to enable pdev_id and phy_id
|
||||
* conversion in WMI. By default pdev_id and
|
||||
|
Reference in New Issue
Block a user