diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-02-02 06:35:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-02-02 06:35:46 +0000 |
| commit | 1a972e076aabfaa4c704140ed824f43b09532ec7 (patch) | |
| tree | 3479cef79c624b8c4446b5ca0020ad8f1fe8991d | |
| parent | 85139b2ac05d29af4b6b986ef0d703679c28c4b5 (diff) | |
Notes
| -rw-r--r-- | sys/dev/wi/if_wi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index fb2a214682ae..1b4ce1af9c55 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -782,6 +782,7 @@ out: if_printf(ifp, "interface not running\n"); wi_stop(ifp, 0); } + WI_UNLOCK(sc); DPRINTF(("wi_init: return %d\n", error)); return; } |
