svn commit: r248669 - head/tools/tools/ath/athstats
Adrian Chadd
adrian at FreeBSD.org
Sat Mar 23 23:27:17 UTC 2013
Author: adrian
Date: Sat Mar 23 23:27:16 2013
New Revision: 248669
URL: http://svnweb.freebsd.org/changeset/base/248669
Log:
More indentation fixes.
Modified:
head/tools/tools/ath/athstats/athstats.c
Modified: head/tools/tools/ath/athstats/athstats.c
==============================================================================
--- head/tools/tools/ath/athstats/athstats.c Sat Mar 23 23:20:38 2013 (r248668)
+++ head/tools/tools/ath/athstats/athstats.c Sat Mar 23 23:27:16 2013 (r248669)
@@ -86,7 +86,7 @@ static const struct fmt athstats[] = {
#define S_TX_LINEAR AFTER(S_MIB)
{ 5, "txlinear", "txlinear", "tx linearized to cluster" },
#define S_BSTUCK AFTER(S_TX_LINEAR)
- { 5, "bstuck", "bstuck", "stuck beacon conditions" },
+ { 6, "bstuck", "bstuck", "stuck beacon conditions" },
#define S_INTRCOAL AFTER(S_BSTUCK)
{ 5, "intrcoal", "intrcoal", "interrupts coalesced" },
#define S_RATE AFTER(S_INTRCOAL)
@@ -292,15 +292,15 @@ static const struct fmt athstats[] = {
{ 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" },
+ { 7, "cabxmit", "cabxmit", "cabq frames transmitted" },
#define S_CABQ_BUSY AFTER(S_CABQ_XMIT)
- { 5, "cabqbusy", "cabqbusy", "cabq xmit overflowed beacon interval" },
+ { 8, "cabqbusy", "cabqbusy", "cabq xmit overflowed beacon interval" },
#define S_TX_NODATA AFTER(S_CABQ_BUSY)
- { 5, "txnodata", "txnodata", "tx discarded empty frame" },
+ { 8, "txnodata", "txnodata", "tx discarded empty frame" },
#define S_TX_BUSDMA AFTER(S_TX_NODATA)
- { 5, "txbusdma", "txbusdma", "tx failed for dma resrcs" },
+ { 8, "txbusdma", "txbusdma", "tx failed for dma resrcs" },
#define S_RX_BUSDMA AFTER(S_TX_BUSDMA)
- { 5, "rxbusdma", "rxbusdma", "rx setup failed for dma resrcs" },
+ { 8, "rxbusdma", "rxbusdma", "rx setup failed for dma resrcs" },
#define S_FF_TXOK AFTER(S_RX_BUSDMA)
#else
#define S_FF_TXOK AFTER(S_TX_AGGR_FAILALL)
More information about the svn-src-head
mailing list