From 667b43899d3b6847bb4d85a0df9e3d22e9f29f8a Mon Sep 17 00:00:00 2001 From: mux Date: Thu, 11 Mar 2004 14:04:59 +0000 Subject: Stop setting ifp->if_output to ether_output() since ether_ifattach() does it for us already. --- sys/pci/if_rl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/pci/if_rl.c') diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 606bf34..1c4d98a 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -1097,7 +1097,6 @@ rl_attach(dev) ifp->if_mtu = ETHERMTU; ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ifp->if_ioctl = rl_ioctl; - ifp->if_output = ether_output; ifp->if_start = rl_start; ifp->if_watchdog = rl_watchdog; ifp->if_init = rl_init; -- cgit v1.1