The ether_ifdetach() function requires only one argument now.
This commit is contained in:
parent
a8136374c3
commit
61154396ec
@ -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…
Reference in New Issue
Block a user