History log of /freebsd-10-stable/tools/tools/ath/athstats/athstats.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 251398 04-Jun-2013 adrian

Add RX STBC statistics.


# 248669 23-Mar-2013 adrian

More indentation fixes.


# 248668 23-Mar-2013 adrian

Expose the beacon miss counter.


# 244965 02-Jan-2013 adrian

Fix up some warnings from clang.

This still triggers a bug in clang..


# 227870 23-Nov-2011 adrian

Tidy up the statistic documentation.

Sponsored by: Hobnob, Inc.


# 227869 23-Nov-2011 adrian

Add the new statistics introduced in r227868.

Sponsored by: Hobnob, Inc.


# 226799 26-Oct-2011 adrian

Bring over the new aggregate statistics from the 11n branch.

Some of these values are currently updated by the driver (the 11n
RX related statistics) so they are immediately useful.


# 217738 22-Jan-2011 adrian

Patch the athstats code/Makefile to cross-compile correctly.


# 217680 21-Jan-2011 adrian

Make the existing ath tools build again.

* add missing includes to quieten warnings
* fix an inline function decl to have a return type
* since .h files are created during the build (opt_ah.h, ah_osdep.h)
which modify the behaviour of the HAL include/source files,
include OBJDIR in the path so the #include's work.

The tools should now build when the directory is added to LOCAL_DIRS
during a make buildworld.


# 188560 13-Feb-2009 sam

add -z option to zero driver statistics (but note we don't yet zero
stats obtained from the hal)


# 188559 13-Feb-2009 sam

add stats no frags and missing stat for no dma buffers


# 188558 13-Feb-2009 sam

backout r188327, it broke summary printing


# 188327 08-Feb-2009 sam

o use humanize_number to print totals
o shrink some fields now that we don't have to worry about overflow


# 188196 05-Feb-2009 sam

add new stats and missing tx_raw stat


# 186904 08-Jan-2009 sam

TDMA support for long distance point-to-point links using ath devices:
o add net80211 support for a tdma vap that is built on top of the
existing adhoc-demo support
o add tdma scheduling of frame transmission to the ath driver; it's
conceivable other devices might be capable of this too in which case
they can make use of the 802.11 protocol additions etc.
o add minor bits to user tools that need to know: ifconfig to setup and
configure, new statistics in athstats, and new debug mask bits

While the architecture can support >2 slots in a TDMA BSS the current
design is intended (and tested) for only 2 slots.

Sponsored by: Intel


# 184453 29-Oct-2008 sam

o unbreak ani stat display
o improve some labels


# 184371 27-Oct-2008 sam

sync w/ driver updates; this also brings in ani stats


# 174570 12-Dec-2007 sam

Some overdue tlc:
o push include paths to the Makefile
o use the AFTER trick to simplify adding new items
o prepare stat blocks for additional data
o align values for verbose output
o fillin some missing stats

MFC after: 1 week


# 174245 04-Dec-2007 sam

update copyrights


# 161200 10-Aug-2006 sam

checkpoint new version


# 160993 05-Aug-2006 sam

raw tx stat


# 159895 23-Jun-2006 sam

dump new cabq stats


# 153390 13-Dec-2005 sam

fix include pathnames


# 153317 11-Dec-2005 sam

o move programs to separate directories and use stock Makefiles;
this simplifies including them in crunchgen images
o rename 80211* programs to wlan* as was originally intended