From 5ac19ff3ee101aa4e4a4b1116882a4b5e5a11161 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 6 Aug 1996 21:14:36 +0000 Subject: Megacommit to straigthen out ETHER_ mess. I'm pretty convinced after looking at this that the majority of our drivers are confused about the in/exclusion of ETHER_CRC_LEN :-( --- sys/i386/isa/if_lnc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/i386/isa/if_lnc.c') diff --git a/sys/i386/isa/if_lnc.c b/sys/i386/isa/if_lnc.c index 754a89c..abc3b74 100644 --- a/sys/i386/isa/if_lnc.c +++ b/sys/i386/isa/if_lnc.c @@ -68,10 +68,7 @@ /* Some defines that should really be in generic locations */ #define FCS_LEN 4 -#define ETHER_ADDR_LEN 6 -#define ETHER_HDR_LEN 14 #define MULTICAST_FILTER_LEN 8 -#define ETHER_MIN_LEN 64 #include #include -- cgit v1.1