summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9reg.h
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-06-03 00:11:20 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-06-03 00:11:20 +0000
commitacb6c6784a4002793a5168e17a57700c89fb7fb9 (patch)
treeb7783ee96f4c320b8903703bb074e497ad50b3fa /sys/dev/ic/rtl81x9reg.h
parent1b4bd0f20dce3308061b1506cfc4dba802a25074 (diff)
from Brad; I've read and tested it, also reads ok to dlg@.
- Further simplify the re(4) receive filter handling and have everything taken care of in re_iff(), eliminating a bit of code from re_init(). - Remove unused if_flags field.
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r--sys/dev/ic/rtl81x9reg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h
index 776c2aa5225..4b85c91a949 100644
--- a/sys/dev/ic/rtl81x9reg.h
+++ b/sys/dev/ic/rtl81x9reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9reg.h,v 1.61 2009/06/02 17:27:39 jsg Exp $ */
+/* $OpenBSD: rtl81x9reg.h,v 1.62 2009/06/03 00:11:19 sthen Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -805,7 +805,6 @@ struct rl_softc {
int rl_txthresh;
struct rl_chain_data rl_cdata;
struct timeout sc_tick_tmo;
- int if_flags;
struct rl_list_data rl_ldata;
struct mbuf *rl_head;