The ether_ifdetach() function requires only one argument now.

This commit is contained in:
Yoshihiro Takahashi
2003-02-23 13:24:26 +00:00
parent 7331e8f03b
commit fe18df5d91
+1 -1
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;