freebsd-dev/sys/dev/ath
Sam Leffler 8cec0ab9a8 o track API change for HAL v0.9.6.1
o fix race condition when processing rx descriptors: because we use
  a self-linked descriptor at the end of the rx descriptor list to
  avoid rx overruns (which can easily happen for 5212 parts that enable
  PHY errors) we must carefully check that a descriptor is "done" by
  looking ahead to the next descriptor before believing the done bit
  in the current descriptor (this is all handled in the HAL since the
  rx descriptor format is chip-specific so we need to pass in two
  additional parameters--the physical address of the current descriptor
  and the virtual address of the next descriptor in the list)
o check copyout return status for SIOCGATHSTATS ioctl

Approved by:	re (scottl)
2003-11-29 01:23:59 +00:00
..
if_ath_pci.c Sometimes cardbus attachments don't attach, so while we track down 2003-11-28 05:28:29 +00:00
if_ath.c o track API change for HAL v0.9.6.1 2003-11-29 01:23:59 +00:00
if_athioctl.h o track API change for HAL v0.9.6.1 2003-11-29 01:23:59 +00:00
if_athvar.h o track API change for HAL v0.9.6.1 2003-11-29 01:23:59 +00:00