The ether_ifdetach() function requires only one argument now.

This commit is contained in:
nyan 2003-02-23 13:24:26 +00:00
parent a8136374c3
commit 61154396ec

View File

@ -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;