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
2020-09-03 09:50:18 +08:00
提交者 snandini
父節點 8fb7e79124
當前提交 571fda61f9

查看文件

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