qcacmn: block wmi cmd once wow enable ack failed

If wow enable ack failed, block all the wmi cmd until
subsystem recovery.

Change-Id: I834623ffa0b2e3bb604bb7ca90fabf7a839642b7
CRs-Fixed: 3469680
This commit is contained in:
Jingxiang Ge
2023-04-18 17:04:46 +08:00
committed by Madan Koyyalamudi
parent 7ab8cc59ee
commit 611a60de98
3 changed files with 54 additions and 0 deletions

View File

@@ -3381,6 +3381,7 @@ struct wmi_unified {
qdf_atomic_t runtime_pm_inprogress;
#endif
qdf_atomic_t is_wow_bus_suspended;
qdf_atomic_t is_wow_enable_ack_failed;
bool tag_crash_inject;
bool tgt_force_assert_enable;
enum wmi_target_type target_type;