]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFp4:
authorsam <sam@FreeBSD.org>
Mon, 13 Oct 2003 03:39:38 +0000 (03:39 +0000)
committersam <sam@FreeBSD.org>
Mon, 13 Oct 2003 03:39:38 +0000 (03:39 +0000)
commita0342c83578012dde08525a3d6d30cd5fe66e897
tree4b47f9fa3e0ece8f01b6f0be00d9cc88c1eaba9d
parentb6e95ddc2ce5a31fcee02d01abb9cd7a913bc279
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)
sys/dev/ath/if_ath.c