summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-04-29 19:04:29 +0000
committerimp <imp@FreeBSD.org>2002-04-29 19:04:29 +0000
commit93a5d21ef3abd6703f01cd7acb5306622979fa0b (patch)
tree7e74625504be6e06e5a3e627c2132490ab7853d5 /sys
parentf449944be8fd359010c95701a1a74b2685ea4467 (diff)
downloadFreeBSD-src-93a5d21ef3abd6703f01cd7acb5306622979fa0b.zip
FreeBSD-src-93a5d21ef3abd6703f01cd7acb5306622979fa0b.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wi/wi_hostap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/wi_hostap.c b/sys/dev/wi/wi_hostap.c
index bf1b06f..9b390ae 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",
OpenPOWER on IntegriCloud