msm8976-common: Increase continuous packets dropping threshold

Set to maximum value to prevent kickout.

Change-Id: Ib8953e5723aadfc3544bcc513938b542cdf5a018
This commit is contained in:
syphyr 2018-04-19 03:04:32 +02:00
parent a7e7fcdd35
commit c591e3a1b6
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ gEnableIdleScan=0
# unnecessary if Idle Scan is disabled.
gImpsModSleepTime=0
# This parameter is the continuous packets dropping threshold
# that will trigger kickout peer event from fw.
# MIN value (0) will disable the kickout feature.
# MAX value (1024)
gDroppedPktDisconnectTh=1024
# Enable BMPS or not
gEnableBmps=1