mako: update WCNSS_qcom_cfg.ini to optimize TDLS

New parameters for TDLS auto mode after discussion with Qualcomm.
Bug: 11631777

Change-Id: Ib858f2dfe57945263ebd9d189b9b829437b6a871
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 @@
 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