- Add noise floor to stats
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 22 Feb 2007 05:17:10 +0000 (05:17 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 22 Feb 2007 05:17:10 +0000 (05:17 +0000)
commit8982d733d79a5c2d8e14a1ba7850db7b39f6da30
tree63157f5268ff2bfb82630e0acb357db93be684d7
parent1fee11545e30ec72ae9ea3a74d6edfad20a19669
- Add noise floor to stats
- Include current tx rate in stats
- Remove stub radar support
- Update ath_hal(4) to 0.9.20.3:
  o  Add support for newer parts that do not require separate keycache
     entries for tx+rx mic keys
  o  No more ds_vdata in tx/rx descriptors
  o  Split h/w tx/rx descriptor from s/w status
  o  As part of the descriptor split change the rate control module API
     so the ath_buf is passed in to the module so it can fetch both
     descriptor and status information as needed
- Replace replace h/w descriptor struct's with proper mask+shift defs for
  ath(4) sample TX rate control algorithm.
- Due to the license change in ah_osdep.[ch] (now dual-BSD/GPL), move them
  out of sys/contrib/dev/ath/dragonfly and put them into sys/dev/ath/ath
- Nuke the local patch for ah_osdep.c, ah_osdep.c can be modified directly.

Obtained-from: FreeBSD (sam@freebsd.org)
27 files changed:
sys/contrib/dev/ath/COPYRIGHT
sys/contrib/dev/ath/README
sys/contrib/dev/ath/ah.h
sys/contrib/dev/ath/ah_desc.h
sys/contrib/dev/ath/ah_devid.h
sys/contrib/dev/ath/ah_soc.h [new file with mode: 0644]
sys/contrib/dev/ath/dragonfly/ah_if.m [deleted file]
sys/contrib/dev/ath/dragonfly/ah_osdep.h [deleted file]
sys/contrib/dev/ath/public/amd64-elf.hal.o.uu
sys/contrib/dev/ath/public/amd64-elf.inc
sys/contrib/dev/ath/public/i386-elf.hal.o.uu
sys/contrib/dev/ath/public/i386-elf.inc
sys/contrib/dev/ath/version.h
sys/dev/netif/ath/Makefile.inc
sys/dev/netif/ath/ath/if_ath.c
sys/dev/netif/ath/ath/if_ath_pci.c
sys/dev/netif/ath/ath/if_athioctl.h
sys/dev/netif/ath/ath/if_athrate.h
sys/dev/netif/ath/ath/if_athvar.h
sys/dev/netif/ath/hal/Makefile
sys/dev/netif/ath/hal/ah_osdep.c [moved from sys/contrib/dev/ath/dragonfly/ah_osdep.c with 70% similarity]
sys/dev/netif/ath/hal/ah_osdep.c.patch [deleted file]
sys/dev/netif/ath/hal/ah_osdep.h [new file with mode: 0644]
sys/dev/netif/ath/rate_amrr/amrr.c
sys/dev/netif/ath/rate_onoe/onoe.c
sys/dev/netif/ath/rate_sample/sample.c
sys/dev/netif/ath/rate_sample/sample.h