qcacmn: reset tag_crash_inject in wmi_handle during recovery
The stale value of this field blocks driver from sending FW_HANG wmi messages to target after recovery Change-Id: Ib44388c5c95c2574c96117b77fdabda26f5890bd
Этот коммит содержится в:

коммит произвёл
nshrivas

родитель
d5cee84d47
Коммит
049211d0b2
@@ -2687,6 +2687,7 @@ void *wmi_unified_get_pdev_handle(struct wmi_soc *soc, uint32_t pdev_idx)
|
||||
wmi_handle->wmi_endpoint_id = soc->wmi_endpoint_id[pdev_idx];
|
||||
wmi_handle->htc_handle = soc->htc_handle;
|
||||
wmi_handle->max_msg_len = soc->max_msg_len[pdev_idx];
|
||||
wmi_handle->tag_crash_inject = false;
|
||||
|
||||
return wmi_handle;
|
||||
|
||||
|
Ссылка в новой задаче
Block a user