alistair23-linux/drivers/net/wireless/ath/ath6kl
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
..
bmi.c
bmi.h
cfg80211.c wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC 2012-10-18 09:01:54 +02:00
cfg80211.h cfg80211: constify name parameter to add_virtual_intf 2012-09-19 09:32:59 +02:00
common.h
core.c cfg80211: use wireless_dev for interface management 2012-07-12 12:08:10 +02:00
core.h cfg80211: use wdev in mgmt-tx/ROC APIs 2012-07-09 14:51:47 +02:00
debug.c Merge branch 'for-linville' of git://github.com/kvalo/ath6kl 2012-05-16 10:57:32 -04:00
debug.h
hif-ops.h
hif.c
hif.h
htc-ops.h
htc.h
htc_mbox.c ath6kl: Fix typo in htc mbox debug print msg 2012-05-29 14:21:25 +03:00
htc_pipe.c ath6kl: assign Tx packet drop threshold per endpoint on htc pipe layer 2012-04-27 09:50:00 +03:00
init.c ath6kl: fix fw capability parsing 2012-06-14 13:54:42 +03:00
Kconfig
main.c Merge remote branch 'wireless-next/master' into ath6kl-next 2012-06-14 14:44:49 +03:00
Makefile
sdio.c ath6kl: Complete failed tx packet in ath6kl_htc_tx_from_queue() 2012-04-30 10:56:24 +03:00
target.h ath6kl: Fix missing gpio pin 9 configuration 2012-05-24 10:11:06 +03:00
testmode.c
testmode.h
txrx.c ath6kl: Fix unstable downlink throughput 2012-06-11 16:13:41 +03:00
usb.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-24 11:54:29 -07:00
wmi.c cfg80211: use wdev in mgmt-tx/ROC APIs 2012-07-09 14:51:47 +02:00
wmi.h ath6kl: support changing dtim period on AP mode 2012-06-11 16:08:13 +03:00