aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cnw
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2004-05-23 16:11:53 +0000
committerMaxime Henrion <mux@FreeBSD.org>2004-05-23 16:11:53 +0000
commit866a788cc2d433216235cd8ab56b2c052b0b2aa6 (patch)
tree00728f0e85a4f341e4ca55d0b8472e3ecbfc89ea /sys/dev/cnw
parentc94dd84382c404921b50d6235c0f7758991c5cad (diff)
Notes
Diffstat (limited to 'sys/dev/cnw')
-rw-r--r--sys/dev/cnw/if_cnw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c
index b60cb747f7d28..9e2fdd4bea0d6 100644
--- a/sys/dev/cnw/if_cnw.c
+++ b/sys/dev/cnw/if_cnw.c
@@ -1635,7 +1635,6 @@ static int cnw_pccard_attach(device_t dev)
ifp->if_mtu = ETHERMTU;
ifp->if_flags = (IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST);
ifp->if_ioctl = cnw_ioctl;
- ifp->if_output = ether_output;
ifp->if_start = cnw_start;
/* ifp->if_watchdog = 0; */
ifp->if_watchdog = cnw_watchdog;