flo: update WCNSS_qcom_cfg.ini to optimize TDLS

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

Change-Id: I3ed8049efb1a644a124d6696adfe70b3df95ce02
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index 9b15d52..4ce1da3 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -237,15 +237,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