diff options
author | Joe Perches <joe@perches.com> | 2010-12-13 19:57:03 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-16 15:21:29 -0500 |
commit | d7ec915abc98795a4cb88e369e2918696dd0ea01 (patch) | |
tree | 1f27854901a503a032a9c77c9dfef5077a6c3d03 /drivers/staging | |
parent | d659a3ec838866482779f594c4520f553468c492 (diff) |
staging: brcm80211: Remove unused ETHER_TYPE_<foo> #defines
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/brcm80211/include/proto/ethernet.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/brcm80211/include/proto/ethernet.h b/drivers/staging/brcm80211/include/proto/ethernet.h index 888165e1ab5c..ad55b565c847 100644 --- a/drivers/staging/brcm80211/include/proto/ethernet.h +++ b/drivers/staging/brcm80211/include/proto/ethernet.h | |||
@@ -28,13 +28,8 @@ | |||
28 | #define ETHER_MAX_LEN 1518 | 28 | #define ETHER_MAX_LEN 1518 |
29 | #define ETHER_MAX_DATA 1500 | 29 | #define ETHER_MAX_DATA 1500 |
30 | 30 | ||
31 | #define ETHER_TYPE_MIN 0x0600 | ||
32 | #define ETHER_TYPE_IP 0x0800 | ||
33 | #define ETHER_TYPE_ARP 0x0806 | ||
34 | #define ETHER_TYPE_8021Q 0x8100 | ||
35 | #define ETHER_TYPE_BRCM 0x886c | 31 | #define ETHER_TYPE_BRCM 0x886c |
36 | #define ETHER_TYPE_802_1X 0x888e | 32 | #define ETHER_TYPE_802_1X 0x888e |
37 | #define ETHER_TYPE_802_1X_PREAUTH 0x88c7 | ||
38 | 33 | ||
39 | #define ETHER_DEST_OFFSET (0 * ETH_ALEN) | 34 | #define ETHER_DEST_OFFSET (0 * ETH_ALEN) |
40 | #define ETHER_SRC_OFFSET (1 * ETH_ALEN) | 35 | #define ETHER_SRC_OFFSET (1 * ETH_ALEN) |