Skip to content

Commit

Permalink
mako: update WCNSS_qcom_cfg.ini to optimize TDLS
Browse files Browse the repository at this point in the history
New parameters for TDLS auto mode after discussion with Qualcomm.
Bug: 11631777

Change-Id: Ib858f2dfe57945263ebd9d189b9b829437b6a871
  • Loading branch information
Yuhao Zheng committed Nov 18, 2013
1 parent 7735776 commit e0deb64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WCNSS_qcom_cfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e0deb64

Please sign in to comment.