qcacld-3.0: Support mld self roaming with high rssi trigger

Support mld self roam between DBS(2 GHz+5/6 GHz) and HBS(5 GHz+6 GHz).
Change high rssi config.

Change-Id: Icb65f26509848a09fe46bf01154a0f42efa073f2
CRs-Fixed: 3416549
This commit is contained in:
Jianmin Zhu
2023-02-24 15:38:08 +08:00
committed by Madan Koyyalamudi
parent 453ab92362
commit 4dc1a27cf5
4 changed files with 34 additions and 5 deletions

View File

@@ -1996,8 +1996,8 @@
* <ini>
* gRoamScanHiRssiDelta - Sets RSSI Delta for scan trigger
* @Min: 0
* @Max: 16
* @Default: 10
* @Max: 40
* @Default: 23
*
* This INI is used to set change in RSSI at which scan is triggered
* in 5GHz.
@@ -2013,8 +2013,8 @@
#define CFG_LFR_ROAM_SCAN_HI_RSSI_DELTA CFG_INI_UINT( \
"gRoamScanHiRssiDelta", \
0, \
16, \
10, \
40, \
23, \
CFG_VALUE_OR_DEFAULT, \
"RSSI Delta for scan trigger")