Date: Sun, 12 Oct 2003 20:39:38 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ath if_ath.c Message-ID: <200310130339.h9D3dco1085629@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310130339.h9D3dco1085629>