]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: brcm80211: Remove unused ether_<foo> #defines and struct
authorJoe Perches <joe@perches.com>
Tue, 14 Dec 2010 00:56:59 +0000 (16:56 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Dec 2010 20:21:27 +0000 (12:21 -0800)
These are unused, just remove them.

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>
drivers/staging/brcm80211/include/proto/ethernet.h

index a2353a50874e2302525d895a010225e0384f4695..1b352c5e29b812340fb41b715e225c98b456f6e6 100644 (file)
@@ -64,17 +64,7 @@ BWL_PRE_PACKED_STRUCT struct ether_addr {
 
 #define ETHER_SET_UNICAST(ea)  (((u8 *)(ea))[0] = (((u8 *)(ea))[0] & ~1))
 
-#define        ether_cmp(a, b) (!(((short *)a)[0] == ((short *)b)[0]) | \
-                        !(((short *)a)[1] == ((short *)b)[1]) | \
-                        !(((short *)a)[2] == ((short *)b)[2]))
-
-#define        ether_copy(s, d) { \
-               ((short *)d)[0] = ((short *)s)[0]; \
-               ((short *)d)[1] = ((short *)s)[1]; \
-               ((short *)d)[2] = ((short *)s)[2]; }
-
 static const struct ether_addr ether_bcast = { {255, 255, 255, 255, 255, 255} };
-static const struct ether_addr ether_null = { {0, 0, 0, 0, 0, 0} };
 
 #define ETHER_ISBCAST(ea)      ((((u8 *)(ea))[0] &             \
        ((u8 *)(ea))[1] &               \