qcacld-3.0: Reduce PM QOS latency tolerance time to minimum
qcacld-2.0 to qcacld-3.0 propagation In order to improve driver load time, reduce PM QOS latency tolerance time to minimum to avoid CPU enters aggressive PS during loading driver. Change-Id: Ibacf933d379f37063d900d444de20493b94ebd90 CRs-fixed: 935267
This commit is contained in:
@@ -122,7 +122,7 @@ extern int hdd_hostapd_stop(struct net_device *dev);
|
||||
#define MEMORY_DEBUG_STR ""
|
||||
#endif
|
||||
|
||||
#define DISABLE_KRAIT_IDLE_PS_VAL 200
|
||||
#define DISABLE_KRAIT_IDLE_PS_VAL 1
|
||||
/* the Android framework expects this param even though we don't use it */
|
||||
#define BUF_LEN 20
|
||||
static char fwpath_buffer[BUF_LEN];
|
||||
|
Reference in New Issue
Block a user