diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-04-29 19:04:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-04-29 19:04:29 +0000 |
| commit | 1456297748257e15c59ea99436bef5ff1362d10b (patch) | |
| tree | 7e74625504be6e06e5a3e627c2132490ab7853d5 | |
| parent | b1ade6ab46e346a95dbd60c1b6a304f36d07c912 (diff) | |
Notes
| -rw-r--r-- | sys/dev/wi/wi_hostap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/wi_hostap.c b/sys/dev/wi/wi_hostap.c index bf1b06fc1f50..9b390ae90a2b 100644 --- a/sys/dev/wi/wi_hostap.c +++ b/sys/dev/wi/wi_hostap.c @@ -345,7 +345,7 @@ wihap_sta_timeout(void *v) struct wihap_info *whi = &sc->wi_hostap_info; int s; - s = splnet(); + s = splimp(); if (sta->flags & WI_SIFLAGS_ASSOC) { if (sc->arpcom.ac_if.if_flags & IFF_DEBUG) device_printf(sc->dev, "inactivity disassoc: %6D\n", |
