aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2005-10-29 03:01:16 +0000
committerBill Paul <wpaul@FreeBSD.org>2005-10-29 03:01:16 +0000
commit1ec14c6ee9fc372987c2a3c91b35b9e38aaa6059 (patch)
treee91cce20a8484c4ed88f9881ac5fe04cdcbd7171 /sys
parent8e62a8ac99b80a912b05e2482839532b9be38fbd (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/txp/if_txp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c
index c92b300e035da..4ddaa063f3e66 100644
--- a/sys/dev/txp/if_txp.c
+++ b/sys/dev/txp/if_txp.c
@@ -293,8 +293,6 @@ txp_attach(dev)
goto fail;
}
- txp_set_filter(sc);
-
eaddr[0] = ((u_int8_t *)&p1)[1];
eaddr[1] = ((u_int8_t *)&p1)[0];
eaddr[2] = ((u_int8_t *)&p2)[3];