dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/wireless/hostap
Arend van Spriel 04b2312a68 wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC
The include file linux/ieee80211.h contains three definitions for
the same thing in enum ieee80211_eid due to historic changes:

/* Information Element IDs */
enum ieee80211_eid {
    :
    WLAN_EID_WPA = 221,
    WLAN_EID_GENERIC = 221,
    WLAN_EID_VENDOR_SPECIFIC = 221,
    :
};

The standard refers to this as "vendor specific" element so the
other two definitions are better not used. This patch changes the
wireless drivers to use one definition, ie. WLAN_EID_VENDOR_SPECIFIC.

Cc: Jouni Malinen <j@w1.fi>
Cc: Dan Williams <dcbw@redhat.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Kalle Valo <kvalo@qca.qualcomm.com> [ath6kl]
Acked-by: Bing Zhao <bzhao@marvell.com> [mwifiex]
Acked-by: Stanislav Yakovlev <stas.yakovlev@gmail.com> [ipw2x00]
Signed-off-by: Arend van Spriel <arend@broadcom.com>
[change libipw as well]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2012-10-18 09:01:54 +02:00
..
Kconfig
Makefile
hostap.h
hostap_80211.h
hostap_80211_rx.c wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC 2012-10-18 09:01:54 +02:00
hostap_80211_tx.c drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:31:08 -04:00
hostap_ap.c workqueue: deprecate flush[_delayed]_work_sync() 2012-08-20 14:51:24 -07:00
hostap_ap.h Fix common misspellings 2011-03-31 11:26:23 -03:00
hostap_common.h
hostap_config.h net: change to new flag variable 2011-03-17 14:05:35 +01:00
hostap_cs.c hostap_cs: add ID for Canon K30225 2011-11-28 14:44:00 -05:00
hostap_download.c
hostap_hw.c workqueue: deprecate flush[_delayed]_work_sync() 2012-08-20 14:51:24 -07:00
hostap_info.c drivers/net: use is_zero_ether_addr() instead of memcmp() 2012-09-07 15:03:38 -04:00
hostap_ioctl.c wireless: use is_broadcast_ether_addr() instead of memcmp() 2012-09-07 15:03:39 -04:00
hostap_main.c drivers/net: use is_zero_ether_addr() instead of memcmp() 2012-09-07 15:03:38 -04:00
hostap_pci.c net/wireless: use module_pci_driver 2012-04-16 14:38:50 -04:00
hostap_plx.c net/wireless: use module_pci_driver 2012-04-16 14:38:50 -04:00
hostap_proc.c wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
hostap_wlan.h net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00