msm8976-common: wifi: smarter decisions on whether to use a 2- or 5Ghz AP

Implement a smarter system on whether to connect
to the provided 2Ghz or 5Ghz network.

Change-Id: Idd41e3d9a5e2bde3ea9b4873dffc4274d1530324
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
Alex Naidis 2016-12-01 18:11:58 +01:00 committed by syphyr
parent 205aa5b1aa
commit 30b15467b2
1 changed files with 5 additions and 0 deletions

View File

@ -719,6 +719,11 @@ gTxChainMask1ss=0
gRoamBmissFirstBcnt=25
gRoamBmissFinalBcnt=35
# Prefer connecting to 5Ghz AP
# even if its RSSI is lower by 3dBm than the 2.4Ghz AP
gRoamPrefer5GHz=1
gSelect5GHzMargin=3
END
# Note: Configuration parser would not read anything past the END marker