The ether_ifdetach() function requires only one argument now.
This commit is contained in:
parent
7331e8f03b
commit
fe18df5d91
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user