qcacmn: Fix Supported rates max length
Currently the driver checks for the supported rates IE, and if the length of the IE is greater than 8, the driver rejects the IE, according to spec. But some APs supports 12 rates hence are not scanned. Fix is to have a supported rates IE length check of 12 instead of 8. Change-Id: I3e32171e1b089ccc8754872fa5c37ba35b8b2cf7 CRs-Fixed: 3036878
Tento commit je obsažen v:

odevzdal
Madan Koyyalamudi

rodič
8efe41f904
revize
8fc035b072
@@ -136,8 +136,8 @@
|
||||
|
||||
/* Individual element IEs length checks */
|
||||
|
||||
/* Maximum supported basic/mandatory rates are 8. */
|
||||
#define WLAN_SUPPORTED_RATES_IE_MAX_LEN 8
|
||||
/* Maximum supported basic/mandatory rates are 12 */
|
||||
#define WLAN_SUPPORTED_RATES_IE_MAX_LEN 12
|
||||
#define WLAN_FH_PARAM_IE_MAX_LEN 5
|
||||
#define WLAN_DS_PARAM_IE_MAX_LEN 1
|
||||
#define WLAN_CF_PARAM_IE_MAX_LEN 6
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele