summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_xe.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-23 21:54:58 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-23 21:54:58 +0000
commitb4a55308473160cf766428883f536514afcc4bbd (patch)
tree19cd4293743c312ebbc079b5f7c77b482a6cd851 /sys/dev/pcmcia/if_xe.c
parentd7db1c56504be35c243bc1503b87d003be3eb625 (diff)
Remove repeated ethernet constants; use if_ether.h for it instead.
Diffstat (limited to 'sys/dev/pcmcia/if_xe.c')
-rw-r--r--sys/dev/pcmcia/if_xe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/if_xe.c b/sys/dev/pcmcia/if_xe.c
index b57a0addb80..cba55cbebab 100644
--- a/sys/dev/pcmcia/if_xe.c
+++ b/sys/dev/pcmcia/if_xe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xe.c,v 1.18 2001/02/20 19:39:46 mickey Exp $ */
+/* $OpenBSD: if_xe.c,v 1.19 2001/06/23 21:54:57 fgsch Exp $ */
/*
* Copyright (c) 1999 Niklas Hallqvist, Brandon Creighton, Job de Haas
@@ -84,9 +84,6 @@
#include <net/bpfdesc.h>
#endif
-#define ETHER_MIN_LEN 64
-#define ETHER_CRC_LEN 4
-
/*
* Maximum number of bytes to read per interrupt. Linux recommends
* somewhere between 2000-22000.