Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 919fd66e authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wlan: Increase size of MAX_WPA_RSN_IE_LEN in wlan_hdd_cfg80211_set_ie"...

Merge "wlan: Increase size of MAX_WPA_RSN_IE_LEN in wlan_hdd_cfg80211_set_ie" into wlan-driver.lnx.1.0
parents ada4de78 e27e355c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ typedef enum
#define IE_VENDOR_OUI_SIZE   4

/** Maximum Length of WPA/RSN IE */
#define MAX_WPA_RSN_IE_LEN 40
#define MAX_WPA_RSN_IE_LEN 255

/** Maximum Number of WEP KEYS */
#define MAX_WEP_KEYS 4