From 866a788cc2d433216235cd8ab56b2c052b0b2aa6 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Sun, 23 May 2004 16:11:53 +0000 Subject: We don't need to initialize if_output, ether_ifattach() does it for us. --- sys/dev/wl/if_wl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/wl') diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index e954b535328f0..977c8a667f630 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -554,7 +554,6 @@ wlattach(device_t device) #endif /* MULTICAST */ if_initname(ifp, device_get_name(device), device_get_unit(device)); ifp->if_init = wlinit; - ifp->if_output = ether_output; ifp->if_start = wlstart; ifp->if_ioctl = wlioctl; ifp->if_timer = 0; /* paranoia */ -- cgit v1.3