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
This commit is contained in:
@@ -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 didn’t 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
|
||||
|
Reference in New Issue
Block a user