Parcourir la source

qcacld-3.0: Add INI aliasing for idle_roam_band

Based on new requirement add aliasing for idle_roam_band.

Change-Id: I7ebc2eaf647da6b9dc3cd63a5c81e9160a14e72b
CRs-Fixed: 3007435
Ashish Kumar Dhanotiya il y a 3 ans
Parent
commit
b4f20040b1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_lfr.h

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

@@ -2407,7 +2407,7 @@
 
 /*
  * <ini>
- * idle_roam_band - Band on which idle roam scan will be
+ * idle_roam_band/RoamIdle_TriggerBand - Band on which idle roam scan will be
  * enabled
  * @Min: 0
  * @Max: 2
@@ -2426,7 +2426,7 @@
  * </ini>
  */
 #define CFG_LFR_IDLE_ROAM_BAND CFG_INI_UINT( \
-	"idle_roam_band", \
+	"idle_roam_band RoamIdle_TriggerBand", \
 	0, \
 	2, \
 	0, \