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
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
7bf72b44c5
commit
4a70823519
@@ -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
|
||||
/*
|
||||
|
Reference in New Issue
Block a user