Browse Source

qcacld-3.0: Increase SSR timeout for Napier emulation

Increase SSR timeout long enough to complete SSR for Napier
emulation.

Change-Id: Ia0ed2314dd0528f75cf2b56064e1c6cf76c2daec
CRs-fixed: 2021415
Yue Ma 8 years ago
parent
commit
5fe30ddee8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      core/hdd/src/wlan_hdd_power.c

+ 4 - 0
core/hdd/src/wlan_hdd_power.c

@@ -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 */