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:
Yue Ma
2015-11-11 14:55:43 -08:00
committed by Prakash Dhavali
parent 907c2af8d6
commit 38f7a1f730

View File

@@ -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];