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:

commit de
Madan Koyyalamudi

pai
0751ef8ead
commit
0f6fd1f8db
@@ -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, \
|
||||
|
Referência em uma nova issue
Block a user