cvs commit: src/sys/dev/ath if_ath.c

Sam Leffler sam at FreeBSD.org
Sun Oct 12 20:39:40 PDT 2003


sam         2003/10/12 20:39:38 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath.c 
  Log:
  MFp4:
  
  o don't grab the mutex at the top of ath_detach; it does nothing
    useful
  o deal with entry to ath_ioctl during detach to disable promiscuous
    mode as a result of calling bpfdetach2: cannot call ath_init when
    the device is marked invalid as the code isn't prepared to deal
    with it (in particular by that time the hal reference may have
    been yanked)
  
  Revision  Changes    Path
  1.21      +13 -3     src/sys/dev/ath/if_ath.c


More information about the cvs-src mailing list