qcacld-3.0: Trigger recovery on pdev suspend timeout

Historically, recovery was triggered if PDEV suspend failed, but the
logic was lost during componentization. Restore the previous logic of
triggering recovery on PDEV suspend timeout.

Change-Id: I6e193e98c5ef45fd7ab4b6595ea85d986fa84131
CRs-Fixed: 2215588
This commit is contained in:
Dustin Brown
2018-03-29 10:48:06 -07:00
committed by nshrivas
parent 604a7e1f53
commit d69ec37568
2 changed files with 17 additions and 17 deletions

View File

@@ -183,9 +183,9 @@ enum pmo_wow_interface_pause {
PMO_WOW_INTERFACE_PAUSE_COUNT
};
#define PMO_TGT_SUSPEND_COMPLETE_TIMEOUT 6000
#define PMO_WAKE_LOCK_TIMEOUT 1000
#define PMO_RESUME_TIMEOUT 6000
#define PMO_TARGET_SUSPEND_TIMEOUT 6000
#define PMO_WAKE_LOCK_TIMEOUT 1000
#define PMO_RESUME_TIMEOUT 6000
/**
* struct wow_enable_params - A collection of wow enable override parameters