mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: wifi: set beacon missed count threshold
Setting the beacon missed count threshold with a difference of 10 to improve stability of the WIFI connection. Change-Id: Iea459ead3505bcea1a41f9b0e713957092bf4745 Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
parent
db8e9918ab
commit
205aa5b1aa
1 changed files with 3 additions and 0 deletions
|
@ -715,6 +715,9 @@ gEnableModulatedDTIM=3
|
|||
#Enable 2Tx with BT operation
|
||||
gTxChainMask1ss=0
|
||||
|
||||
# Set beacon missed count threshold to improve stability
|
||||
gRoamBmissFirstBcnt=25
|
||||
gRoamBmissFinalBcnt=35
|
||||
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in a new issue