Эх сурвалжийг харах

qcacld-3.0: Enable auto PS timer in hdd config file

Enable auto PS timer in hdd config such that adrastea
is never stuck in full power mode.

Change-Id: I2668b7c1ba64b67bf524e449e96ec6d79a2c1676
CRs-Fixed: 2214124
Rajeev Kumar 7 жил өмнө
parent
commit
4a70823519

+ 2 - 2
core/hdd/inc/wlan_hdd_cfg.h

@@ -10714,7 +10714,7 @@ enum hdd_wext_control {
  * gAutoBmpsTimerValue - Set Auto BMPS Timer value
  * @Min: 0
  * @Max: 120
- * @Default: 0
+ * @Default: 5
  *
  * This ini is used to set Auto BMPS Timer value in seconds
  *
@@ -10729,7 +10729,7 @@ enum hdd_wext_control {
 #define CFG_AUTO_PS_ENABLE_TIMER_NAME          "gAutoBmpsTimerValue"
 #define CFG_AUTO_PS_ENABLE_TIMER_MIN           (0)
 #define CFG_AUTO_PS_ENABLE_TIMER_MAX           (120)
-#define CFG_AUTO_PS_ENABLE_TIMER_DEFAULT       (0)
+#define CFG_AUTO_PS_ENABLE_TIMER_DEFAULT       (5)
 
 #ifdef WLAN_ICMP_DISABLE_PS
 /*