Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2003 05:19:28 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/wi if_wi.c
Message-ID:  <200303171319.h2HDJSkp054278@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/03/17 05:19:28 PST

  FreeBSD src repository

  Modified files:
    sys/dev/wi           if_wi.c 
  Log:
  Remove bogus KASSERT.  The 802.11 layer and the resume from suspend
  code both seem to call wi_start (directly or via the if_start pointer)
  without checking to see if OACTIVE is 0.  In addition, I think that
  with the use of 3 transmit buffers this routine can be called with
  OACTIVE set, but I might be mistaken about that (and it doesn't
  matter).
  
  Reviewed by: sam
  Noticed by: imp, alfred, ambrisko
  
  Revision  Changes    Path
  1.132     +0 -2      src/sys/dev/wi/if_wi.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?200303171319.h2HDJSkp054278>