wireless: remove duplicate enum ieee80211_eid definitions
authorArend van Spriel <arend@broadcom.com>
Fri, 12 Oct 2012 10:28:16 +0000 (12:28 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Sat, 10 Nov 2012 03:00:16 +0000 (04:00 +0100)
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: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>

No differences found