summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorJongrak Kwon <jongrak.kwon@lge.com>2015-07-22 11:21:38 -0700
committerVineeta Srivastava <vsrivastava@google.com>2015-07-22 12:54:56 -0700
commit7a2afabbf1dd17e946ac8b824facfcea1fc1f361 (patch)
tree6d54cf8fab1690e5f0c5455abc8bf9ef2b0d362f /wifi
parentb62b2b22f8f036fcc12b80404c20e324a1039396 (diff)
downloadbullhead-7a2afabbf1dd17e946ac8b824facfcea1fc1f361.tar.gz
bullhead: Wi-Fi QCA6174 ini file update to AU173
e83061e msm8992: wlan: ini: Enable Runtime PM support 4d72d68 wlan: qca_cld 2.0: Change the bandwidth parameters in ini Change-Id: I283d560d876c97480794a70b47237186039ab0f4
Diffstat (limited to 'wifi')
-rw-r--r--wifi/WCNSS_qcom_cfg.ini22
1 files changed, 18 insertions, 4 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini
index 4f9cf3e..24c5a35 100644
--- a/wifi/WCNSS_qcom_cfg.ini
+++ b/wifi/WCNSS_qcom_cfg.ini
@@ -533,12 +533,12 @@ ssdp = 0
gEnableHystereticMode=1
# Bus bandwidth threshold values in terms of number of packets
-gBusBandwidthHighThreshold=40000
-gBusBandwidthMediumThreshold=10000
-gBusBandwidthLowThreshold=3000
+gBusBandwidthHighThreshold=2000
+gBusBandwidthMediumThreshold=500
+gBusBandwidthLowThreshold=150
# Bus bandwidth compute timeout value in ms
-gBusBandwidthComputeInterval=2000
+gBusBandwidthComputeInterval=100
# Regulatory Setting; 0=STRICT; 1=CUSTOM
gRegulatoryChangeCountry=1
@@ -625,6 +625,20 @@ gRAFilterEnable=1
#Enable MC address filtering offload
gMCAddrListEnable=1
+# Enable Runtime PM Feature.
+# Enabling this feature will put target wow and shutdown pcie link
+# when inactivity is detected in WLAN Driver.
+# This feature is inactive when beaconing interfaces are active with
+# clients associated.
+# 0 - disable
+# 1 - enable
+
+gRuntimePM=1
+# When gRuntimePM is disabled gRuntimeAutoTime won't take effect.
+# The Time is in msec.
+# 100 is min, 10000 is max, 500 is default.
+
+gRuntimePMDelay=500
# Enable to check FW hash if secure FW feature is enabled. It's for defconfig
# builds only since it will be ignored in performance/release builds.