From 1456297748257e15c59ea99436bef5ff1362d10b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 29 Apr 2002 19:04:29 +0000 Subject: splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp is used to protect the rest of the driver. This is a no-op commit to current, but is needed for the MFC. MFC after: 1 day --- sys/dev/wi/wi_hostap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.3