]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use splnet() when we need to block timeouts rather than splimp() since
authorimp <imp@FreeBSD.org>
Thu, 16 May 2002 06:32:37 +0000 (06:32 +0000)
committerimp <imp@FreeBSD.org>
Thu, 16 May 2002 06:32:37 +0000 (06:32 +0000)
commit8e980e1b772bd8291d6d429b5273a0b5e7cf4037
tree5f91795dce4739e24b2587c4de3186249b92a75c
parentb73c1714a8a21b0489ef200118928d87b202a49c
Use splnet() when we need to block timeouts rather than splimp() since
the former blocks software interrupts, while the latter blocks
hardware interrupts.

Avoid one place where I'm at splnet across a call to copyout.  Leave
one in place to give bde something to complain about :-).  Actaully,
I'll fix it in a subsequent commit.

Reviewed by: bde
spl conical hat to: imp
sys/dev/wi/wi_hostap.c