qcacmn: Set extended supported rates IE max len to 12
As per the spec, the maximum IE length of supported rates are 8 and ext supported rates are max_rates minus supported rates (=44-8). In the field, some APs are non-compliance with the spec and includes 12 rates. Due to this, our STAs does not scan and connect to those APs. To fix this issue, supported rates IE length is already set to 8. Hence, set extended supported rates IE max len back to 12. Change-Id: I0d8ce972b08aa28c08a7e797df4208dd36154983 CRs-Fixed: 3036878
Esse commit está contido em:

commit de
Madan Koyyalamudi

pai
8fc035b072
commit
2b8f8e7ee5
@@ -146,13 +146,7 @@
|
||||
#define WLAN_CSA_IE_MAX_LEN 3
|
||||
#define WLAN_XCSA_IE_MAX_LEN 4
|
||||
#define WLAN_SECCHANOFF_IE_MAX_LEN 1
|
||||
|
||||
#define WLAN_MAX_SUPPORTED_RATES 44
|
||||
/* Maximum extended supported rates is equal to WLAN_MAX_SUPPORTED_RATES minus
|
||||
* WLAN_SUPPORTED_RATES_IE_MAX_LEN.
|
||||
*/
|
||||
#define WLAN_EXT_SUPPORTED_RATES_IE_MAX_LEN \
|
||||
(WLAN_MAX_SUPPORTED_RATES - WLAN_SUPPORTED_RATES_IE_MAX_LEN)
|
||||
#define WLAN_EXT_SUPPORTED_RATES_IE_MAX_LEN 12
|
||||
|
||||
#define WLAN_EXTCAP_IE_MAX_LEN 15
|
||||
#define WLAN_FILS_INDICATION_IE_MIN_LEN 2
|
||||
|
Referência em uma nova issue
Block a user