Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 23:32:38 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/wi wi_hostap.c
Message-ID:  <200205160632.g4G6WcB93644@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/05/15 23:32:37 PDT

  Modified files:
    sys/dev/wi           wi_hostap.c 
  Log:
  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
  
  Revision  Changes    Path
  1.13      +18 -10    src/sys/dev/wi/wi_hostap.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205160632.g4G6WcB93644>