From 3e2c6685d027735dc0216eccb20c8f9192ccd6a7 Mon Sep 17 00:00:00 2001 From: adrian Date: Wed, 23 Nov 2011 05:03:27 +0000 Subject: [PATCH] Tidy up the statistic documentation. Sponsored by: Hobnob, Inc. --- tools/tools/ath/athstats/athstats.c | 4 ++-- 1 file 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" },