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

Commit 3821b424 authored by Arend van Spriel's avatar Arend van Spriel Committed by Johannes Berg
Browse files

wireless: remove duplicate enum ieee80211_eid definitions



WLAN_EID_WPA and WLAN_EID_GENERIC mapped to the same value
as WLAN_EID_VENDOR_SPECIFIC. The last one being more in line
with the standard specification. Removing WLAN_EID_WPA and
WLAN_EID_GENERIC as there are no longer drivers using these.

Cc: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent c46597f1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1457,8 +1457,6 @@ enum ieee80211_eid {

	WLAN_EID_RSN = 48,
	WLAN_EID_MMIE = 76,
	WLAN_EID_WPA = 221,
	WLAN_EID_GENERIC = 221,
	WLAN_EID_VENDOR_SPECIFIC = 221,
	WLAN_EID_QOS_PARAMETER = 222,