summaryrefslogtreecommitdiff
path: root/sys/dev/ic/anvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/anvar.h')
-rw-r--r--sys/dev/ic/anvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/anvar.h b/sys/dev/ic/anvar.h
index d5de20c0622..519d8e2eb88 100644
--- a/sys/dev/ic/anvar.h
+++ b/sys/dev/ic/anvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: anvar.h,v 1.16 2004/08/05 07:58:55 mickey Exp $ */
+/* $OpenBSD: anvar.h,v 1.17 2004/09/28 04:37:32 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -654,7 +654,7 @@ struct an_softc {
int an_rxmode;
int an_gone;
int an_if_flags;
- u_int8_t an_txbuf[1536];
+ u_int8_t an_txbuf[ETHER_MAX_DIX_LEN];
struct an_tx_ring_data an_rdata;
struct an_ltv_stats an_stats;
struct an_ltv_status an_status;