qcacld-3.0: Update Min and Max range for neighbor lookup INI

Update the Min and Max value for gNeighborLookupThreshold
/RoamRSSI_Trigger INI as per customer requirement.

Change-Id: I5af4552cd805b57861121a32704f4fe1e98a7002
CRs-Fixed: 3245135
This commit is contained in:
Abhinav Kumar
2022-08-08 02:52:58 -07:00
committed by Madan Koyyalamudi
vanhempi c1d9a4c2cd
commit 86b60fe23a

Näytä tiedosto

@@ -1416,8 +1416,8 @@
* <ini>
* gNeighborLookupThreshold/RoamRSSI_Trigger - Set neighbor lookup rssi
* threshold
* @Min: -100
* @Max: 120
* @Min: 50
* @Max: 100
* @Default: 78
*
* This is used to control the RSSI threshold for neighbor lookup.
@@ -1432,8 +1432,8 @@
*/
#define CFG_LFR_NEIGHBOR_LOOKUP_RSSI_THRESHOLD CFG_INI_INT( \
"gNeighborLookupThreshold RoamRSSI_Trigger", \
-100, \
120, \
50, \
100, \
78, \
CFG_VALUE_OR_DEFAULT, \
"Neighbor lookup rssi threshold")