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/ex | |
| parent | c94dd84382c404921b50d6235c0f7758991c5cad (diff) | |
Notes
Diffstat (limited to 'sys/dev/ex')
| -rw-r--r-- | sys/dev/ex/if_ex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index c0a64e0b76cb..ba65a849104a 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -241,7 +241,6 @@ ex_attach(device_t dev) if_initname(ifp, device_get_name(dev), device_get_unit(dev)); ifp->if_mtu = ETHERMTU; ifp->if_flags = IFF_SIMPLEX | IFF_BROADCAST | IFF_MULTICAST; - ifp->if_output = ether_output; ifp->if_start = ex_start; ifp->if_ioctl = ex_ioctl; ifp->if_watchdog = ex_watchdog; |
