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:
Balaganapathy Palanisamy
2020-11-05 18:49:09 +05:30
committed by snandini
parent 9f9dfdc2b4
commit 0d9dc04d48
3 changed files with 24 additions and 0 deletions

View File

@@ -2549,6 +2549,8 @@ struct wmi_unified {
uint32_t *cmd_phy_id_map;
uint32_t *evt_phy_id_map;
#ifdef WMI_INTERFACE_SEQUENCE_CHECK
/* wmi sequence stop */
bool wmi_sequence_stop;
/* wmi next transmit sequence number */
uint32_t wmi_sequence;
/* wmi completion expected sequence number */