msm8976-common: Adjust link activity timeouts

Change-Id: I6a49222c996f14d6de95db70e83d08b8786360e3
This commit is contained in:
syphyr 2018-07-08 04:16:31 +02:00
parent cb065c796b
commit db8e9918ab
1 changed files with 6 additions and 6 deletions

View File

@ -304,17 +304,17 @@ gStaKeepAlivePeriod = 30
#gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
#where we send NULL frame.
gApLinkMonitorPeriod = 30
#gApLinkMonitorPeriod = 10
gGoLinkMonitorPeriod = 10
#gGoLinkMonitorPeriod = 10
#gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
#Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
gGoKeepAlivePeriod = 3
gGoKeepAlivePeriod = 20
gApKeepAlivePeriod = 10
gApKeepAlivePeriod = 20
#If set will start with active scan after driver load, otherwise will start with
@ -384,8 +384,8 @@ gVdevTypeNss_5g=43690
# Scan Timing Parameters
# gPassiveMaxChannelTime=110
# gPassiveMinChannelTime=60
gActiveMaxChannelTime=80
gActiveMinChannelTime=60
gActiveMaxChannelTime=40
gActiveMinChannelTime=20
#If set to 0, MCC is not allowed.
gEnableMCCMode=1