summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuhao Zheng <yuhaozheng@google.com>2013-11-16 17:35:17 -0800
committerYuhao Zheng <yuhaozheng@google.com>2013-11-18 12:18:59 -0800
commite0deb64097c456117b3ad65aad2b79a2df85b385 (patch)
tree58d9c53c1d9f6c56bda4c3107f951d8e88f20679
parent7735776e8d47143747f187a0a1557421f0518ac7 (diff)
downloadmako-e0deb64097c456117b3ad65aad2b79a2df85b385.tar.gz
New parameters for TDLS auto mode after discussion with Qualcomm. Bug: 11631777 Change-Id: Ib858f2dfe57945263ebd9d189b9b829437b6a871
-rw-r--r--WCNSS_qcom_cfg.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index d45e206..bc55ae6 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -234,15 +234,15 @@ gNumChanCombinedConc=255
gEnableTDLSSupport=1
gEnableTDLSImplicitTrigger=1
gTDLSExternalControl=1
-gTDLSTxStatsPeriod=5000
-gTDLSTxPacketThreshold=100
+gTDLSTxStatsPeriod=500
+gTDLSTxPacketThreshold=10
gTDLSDiscoveryPeriod=20000
gTDLSMaxDiscoveryAttempt=5
-gTDLSIdleTimeout=5000
+gTDLSIdleTimeout=40000
gTDLSRssiHysteresis=100
-gTDLSRSSITriggerThreshold=-75
+gTDLSRSSITriggerThreshold=-60
gTDLSIdlePacketThreshold=5
-gTDLSRSSITeardownThreshold=-75
+gTDLSRSSITeardownThreshold=-70
END
# Note: Configuration parser would not read anything past the END marker