]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFp4:
authorSam Leffler <sam@FreeBSD.org>
Mon, 13 Oct 2003 03:39:38 +0000 (03:39 +0000)
committerSam Leffler <sam@FreeBSD.org>
Mon, 13 Oct 2003 03:39:38 +0000 (03:39 +0000)
commit2075afba8de79c5f28df07581faad47d04c64e57
tree4b47f9fa3e0ece8f01b6f0be00d9cc88c1eaba9d
parent310e4a4ae64f6c4f919f42784a369632603bb0df
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