Kaynağa Gözat

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
Abhinav Kumar 2 yıl önce
ebeveyn
işleme
86b60fe23a
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      components/mlme/dispatcher/inc/cfg_mlme_lfr.h

+ 4 - 4
components/mlme/dispatcher/inc/cfg_mlme_lfr.h

@@ -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")