Преглед на файлове

qcacld-3.0: Fix typo about LFR configurations

This is a change for typo about LFR configuration. It uses ini -
"mawc_roam_ap_rssi_threshold", the correct is
"mawc_roam_rssi_high_adjust".

Change-Id: I7e29287b84559f58f13d191d6288534196b894da
CRs-Fixed: 2768752
Wu Gao преди 4 години
родител
ревизия
571fda61f9
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 5 2
      components/mlme/dispatcher/inc/cfg_mlme_lfr.h

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

@@ -115,7 +115,7 @@
  * </ini>
  */
 #define CFG_LFR_MAWC_ROAM_RSSI_HIGH_ADJUST CFG_INI_UINT( \
-	"mawc_roam_ap_rssi_threshold", \
+	"mawc_roam_rssi_high_adjust", \
 	3, \
 	5, \
 	5, \
@@ -989,6 +989,7 @@
 	"Maximum penalty that can be applied to 5GHz RSSI")
 
 /*
+ * <ini>
  * max_num_pre_auth - Configure max number of pre-auth
  * @Min: 0
  * @Max: 256
@@ -998,6 +999,7 @@
  *
  * Usage: Internal
  *
+ * </ini>
  */
 #define CFG_LFR_MAX_NUM_PRE_AUTH CFG_UINT( \
 	"max_num_pre_auth", \
@@ -1008,6 +1010,7 @@
 	"")
 
 /*
+ * <ini>
  * roam_preauth_retry_count
  *
  * @Min: 1
@@ -1043,7 +1046,7 @@
  * @Default: 5
  *
  * Time to wait (in ms) after sending an preauth or reassoc
- * request which didnt have an ack, before considering
+ * request which didn't have an ack, before considering
  * it as a failure and making another software retry.
  *
  * Related: N/A