qcacld-3.0: Add aliasing for gNeighborLookupThreshold ini

Based on new requirement, add aliasing for gNeighborLookupThreshold
ini and update the range of this ini as well.

Change-Id: I0a62e209d6a62001d6aec48849c4900062ae5bc7
CRs-Fixed: 3011060
Esse commit está contido em:
Ashish Kumar Dhanotiya
2021-08-10 21:55:50 +05:30
commit de Madan Koyyalamudi
commit 0f6fd1f8db
2 arquivos alterados com 6 adições e 6 exclusões

Ver arquivo

@@ -1403,9 +1403,9 @@
/*
* <ini>
* gNeighborLookupThreshold - Set neighbor lookup rssi
* gNeighborLookupThreshold/RoamRSSI_Trigger - Set neighbor lookup rssi
* threshold
* @Min: 10
* @Min: -100
* @Max: 120
* @Default: 78
*
@@ -1419,9 +1419,9 @@
*
* </ini>
*/
#define CFG_LFR_NEIGHBOR_LOOKUP_RSSI_THRESHOLD CFG_INI_UINT( \
"gNeighborLookupThreshold", \
10, \
#define CFG_LFR_NEIGHBOR_LOOKUP_RSSI_THRESHOLD CFG_INI_INT( \
"gNeighborLookupThreshold RoamRSSI_Trigger", \
-100, \
120, \
78, \
CFG_VALUE_OR_DEFAULT, \