diff options
author | adrian <adrian@FreeBSD.org> | 2011-11-23 05:03:27 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-11-23 05:03:27 +0000 |
commit | 3e2c6685d027735dc0216eccb20c8f9192ccd6a7 (patch) | |
tree | 52ce8f55a1bf0a36c351d802dd978882c4e23aaf | |
parent | 2b50b95846a848fb1dac45e74df5c8b172a3c739 (diff) | |
download | FreeBSD-src-3e2c6685d027735dc0216eccb20c8f9192ccd6a7.zip FreeBSD-src-3e2c6685d027735dc0216eccb20c8f9192ccd6a7.tar.gz |
Tidy up the statistic documentation.
Sponsored by: Hobnob, Inc.
-rw-r--r-- | tools/tools/ath/athstats/athstats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/ath/athstats/athstats.c b/tools/tools/ath/athstats/athstats.c index 0c3b376..c36dfa0 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" }, |