Browse Source

qcacld-3.0: Increase SSR timeout to 30 seconds

qcacld-2.0 to qcacld-3.0 propagation

Increase SSR timeout from 15 seconds to 30 seconds in order to handle
some corner cases which may cause SSR to take longer time. E.g. CPU is
busy/stuck with other tasks.

Change-Id: I6837f2d5e87090ede15e514d1c4f978d34931f32
CRs-fixed: 927722
Yue Ma 9 years ago
parent
commit
d8ed108d14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/hdd/src/wlan_hdd_power.c

+ 1 - 1
core/hdd/src/wlan_hdd_power.c

@@ -70,7 +70,7 @@
 #include "sme_power_save_api.h"
 
 /* Preprocessor definitions and constants */
-#define HDD_SSR_BRING_UP_TIME 15000
+#define HDD_SSR_BRING_UP_TIME 30000
 
 /* Type declarations */