Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2006 19:03:42 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/iwi if_iwi.c
Message-ID:  <200611071903.kA7J3gW0024515@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-11-07 19:03:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/iwi          if_iwi.c 
  Log:
  Fix some edge cases in detach (including attach failures):
  - Only call iwi_stop() if we got far enough along in iwi_attach() to
    alloc an ifnet.
  - Release the firmware after stopping the interface and detaching the
    ifnet.
  
  MFC after:      1 month
  Reviewed by:    sam
  
  Revision  Changes    Path
  1.42      +2 -3      src/sys/dev/iwi/if_iwi.c



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