summaryrefslogtreecommitdiffstats
path: root/sys/dev/cnw
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-02-23 13:24:26 +0000
committernyan <nyan@FreeBSD.org>2003-02-23 13:24:26 +0000
commit34699b384d786ad4e61002121f9e9fedaa8f33e4 (patch)
treec52e4e3a85f9340e63640b16f6eba4584e7bc641 /sys/dev/cnw
parent1fe8b438d621942a5bf27235f48f8f42acf01601 (diff)
downloadFreeBSD-src-34699b384d786ad4e61002121f9e9fedaa8f33e4.zip
FreeBSD-src-34699b384d786ad4e61002121f9e9fedaa8f33e4.tar.gz
The ether_ifdetach() function requires only one argument now.
Diffstat (limited to 'sys/dev/cnw')
-rw-r--r--sys/dev/cnw/if_cnw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c
index 84bdced..f890381 100644
--- a/sys/dev/cnw/if_cnw.c
+++ b/sys/dev/cnw/if_cnw.c
@@ -1578,7 +1578,7 @@ static int cnw_pccard_detach(dev)
cnw_stop(sc);
- ether_ifdetach(ifp, ETHER_BPF_SUPPORTED);
+ ether_ifdetach(ifp);
cnw_free(dev);
sc->cnw_gone = 1;
OpenPOWER on IntegriCloud