freebsd-nq/sys/dev/ath
Sam Leffler 2075afba8d 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)
2003-10-13 03:39:38 +00:00
..
if_ath_pci.c Close a race where ath_intr is installed and may be called before 2003-08-13 21:29:35 +00:00
if_ath.c MFp4: 2003-10-13 03:39:38 +00:00
if_athioctl.h Add support for the experimental radiotap capture format. With this 2003-09-05 22:22:49 +00:00
if_athvar.h Maintain a history of data associated with received frames and use this to 2003-09-15 22:34:46 +00:00