linux/drivers/net/ethernet/toshiba
Arend van Spriel c46597f1de wireless: gelic: 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: David S. Miller <davem@davemloft.net>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2012-10-18 09:01:55 +02:00
..
Kconfig net: enable TC35815 for MIPS again 2012-02-07 13:40:44 -05:00
Makefile
ps3_gelic_net.c
ps3_gelic_net.h
ps3_gelic_wireless.c wireless: gelic: make use of WLAN_EID_VENDOR_SPECIFIC 2012-10-18 09:01:55 +02:00
ps3_gelic_wireless.h
spider_net.c drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions 2012-07-10 23:13:46 -07:00
spider_net.h
spider_net_ethtool.c
tc35815.c net: replace random_ether_addr() with eth_hw_addr_random() 2012-02-15 15:34:16 -05:00