summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@codeaurora.org>2016-01-14 18:52:52 -0800
committerSrinivas Girigowda <sgirigow@codeaurora.org>2016-01-15 11:45:08 -0800
commitc7aba70fdecd673d506b594b9837b4baf911b287 (patch)
tree941eab10164f16669030a7909febf51aefc9e758
parent46e4ce237f4a2595a5d2cc0771be70ea4a242cd6 (diff)
downloadbullhead-c7aba70fdecd673d506b594b9837b4baf911b287.tar.gz
bullhead: Update cfg.ini values [DO NOT MERGE]
Update the following cfg.ini items: gEnablePowerSaveOffload gRArateLimitInterval gExtScanEnable gEnableNanSupport Change-Id: I26ffa1434502bdd0472b39fac2a5d519ba31c8dc Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
-rw-r--r--wifi/WCNSS_qcom_cfg.ini13
1 files changed, 10 insertions, 3 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini
index 83fe6c3..4a00883 100644
--- a/wifi/WCNSS_qcom_cfg.ini
+++ b/wifi/WCNSS_qcom_cfg.ini
@@ -459,7 +459,7 @@ gFlexConnectPowerFactor=0
gNumChanCombinedConc=60
#Enable Power Save offload
-gEnablePowerSaveOffload=2
+gEnablePowerSaveOffload=5
#Enable firmware uart print
gEnablefwprint=0
@@ -592,7 +592,7 @@ gSapSccChanAvoidance=0
# we need to change it, though it is uncommon.
# Enable RA filtering offload
gRAFilterEnable=1
-gRArateLimitInterval=600
+gRArateLimitInterval=300
# Inactivity time (in ms) to end TX Service Period while in IBSS power save mode
gIbssTxSpEndInactivityTime=10
@@ -672,7 +672,14 @@ gSelfGenFrmPwr=3
gAllowDFSChannelRoam=1
+# Enable or Disable Extended Scan (GScan)
+# 1=Enable (default), 0=Disable
+gExtScanEnable=1
+
+# Enable or Disable NAN
+# 1=Enable (default), 0=Disable
+gEnableNanSupport=1
+
END
# Note: Configuration parser would not read anything past the END marker
-