Increase SSR timeout long enough to complete SSR for Napier emulation. Change-Id: Ia0ed2314dd0528f75cf2b56064e1c6cf76c2daec CRs-fixed: 2021415
@@ -82,7 +82,11 @@
#include "cds_utils.h"
/* Preprocessor definitions and constants */
+#ifdef QCA_WIFI_NAPIER_EMULATION
+#define HDD_SSR_BRING_UP_TIME 3000000
+#else
#define HDD_SSR_BRING_UP_TIME 30000
+#endif
#define HDD_WAKE_LOCK_RESUME_DURATION 1000
/* Type declarations */