From 03028ee82d33d4d68d086392d521e0e7542c317a Mon Sep 17 00:00:00 2001 From: mux 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/ray/if_ray.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ray') diff --git a/sys/dev/ray/if_ray.c b/sys/dev/ray/if_ray.c index c7dd67a..7376f44 100644 --- a/sys/dev/ray/if_ray.c +++ b/sys/dev/ray/if_ray.c @@ -509,7 +509,6 @@ ray_attach(device_t dev) ifp->if_hdrlen = sizeof(struct ieee80211_frame) + sizeof(struct ether_header); ifp->if_baudrate = 1000000; /* Is this baud or bps ;-) */ - ifp->if_output = ether_output; ifp->if_start = ray_tx; ifp->if_ioctl = ray_ioctl; ifp->if_watchdog = ray_watchdog; -- cgit v1.1