diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2004-05-23 16:11:53 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2004-05-23 16:11:53 +0000 |
| commit | 866a788cc2d433216235cd8ab56b2c052b0b2aa6 (patch) | |
| tree | 00728f0e85a4f341e4ca55d0b8472e3ecbfc89ea /sys/dev/wl | |
| parent | c94dd84382c404921b50d6235c0f7758991c5cad (diff) | |
Notes
Diffstat (limited to 'sys/dev/wl')
| -rw-r--r-- | sys/dev/wl/if_wl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index e954b535328f..977c8a667f63 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 */ |
