mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
In urtw_init() call urtw_stop(ifp, 0) rather than urtw_stop(ifp, 1)
to stop the device.
This commit is contained in:
parent
3d33d453a0
commit
14fdb5561d
1 changed files with 1 additions and 1 deletions
|
|
@ -2076,7 +2076,7 @@ urtw_init(void *arg)
|
|||
struct ifnet *ifp = sc->sc_ifp;
|
||||
usbd_status error;
|
||||
|
||||
urtw_stop(ifp, 1);
|
||||
urtw_stop(ifp, 0);
|
||||
|
||||
error = urtw_adapter_start(sc);
|
||||
if (error != 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue