aboutsummaryrefslogtreecommitdiff
path: root/tools/tools
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-11-23 05:03:27 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-11-23 05:03:27 +0000
commit317d14cf46dc3819d295cbcb36f609b69849c00d (patch)
tree52ce8f55a1bf0a36c351d802dd978882c4e23aaf /tools/tools
parent1df8da4c641a2cf8714bdf00bbe4a6dd04c57365 (diff)
downloadsrc-317d14cf46dc3819d295cbcb36f609b69849c00d.tar.gz
src-317d14cf46dc3819d295cbcb36f609b69849c00d.zip
Tidy up the statistic documentation.
Sponsored by: Hobnob, Inc.
Notes
Notes: svn path=/head/; revision=227870
Diffstat (limited to 'tools/tools')
-rw-r--r--tools/tools/ath/athstats/athstats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/ath/athstats/athstats.c b/tools/tools/ath/athstats/athstats.c
index 0c3b376b8429..c36dfa030b66 100644
--- a/tools/tools/ath/athstats/athstats.c
+++ b/tools/tools/ath/athstats/athstats.c
@@ -287,9 +287,9 @@ static const struct fmt athstats[] = {
#define S_TX_AGGR_OK AFTER(S_TX_DELIM_UNDERRUN)
{ 5, "txaggrok", "TXAOK", "A-MPDU sub-frame TX attempt success" },
#define S_TX_AGGR_FAIL AFTER(S_TX_AGGR_OK)
- { 4, "txaggrfail", "TXAF", "A-MPDU sub-frame TX attempt success" },
+ { 4, "txaggrfail", "TXAF", "A-MPDU sub-frame TX attempt failures" },
#define S_TX_AGGR_FAILALL AFTER(S_TX_AGGR_FAIL)
- { 7, "txaggrfailall", "TXAFALL", "A-MPDU sub-frame TX attempt success" },
+ { 7, "txaggrfailall", "TXAFALL", "A-MPDU TX frame failures" },
#ifndef __linux__
#define S_CABQ_XMIT AFTER(S_TX_AGGR_FAILALL)
{ 5, "cabxmit", "cabxmit", "cabq frames transmitted" },