- Add noise floor to stats
commita5a7fd6f85e2963342963d5c6b2fedc949a54f48
authorsephe <sephe>
Thu, 22 Feb 2007 05:17:10 +0000 (22 05:17 +0000)
committersephe <sephe>
Thu, 22 Feb 2007 05:17:10 +0000 (22 05:17 +0000)
treeb901af5935746a741ec73505fadf35ed38a10a99
parent3b90b8a19c2612a5e226e6b1cb84d827e0a23c14
- 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