wireless: remove duplicate enum ieee80211_eid definitions
authorArend van Spriel <arend@broadcom.com>
Fri, 12 Oct 2012 10:28:16 +0000 (12:28 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 18 Oct 2012 07:01:55 +0000 (09:01 +0200)
commit3821b4247b40d6b95a59a2895ea6e9bd3f983f04
treeee80029888b6825cc432e6e646ed5e738c53c8c5
parentc46597f1dea200dfd0b7ace5d1efe816fb41c6ee
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: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h