From 0332bbfdef1348627e2de56d109af95b50b423a2 Mon Sep 17 00:00:00 2001 From: adrian Date: Sat, 23 Mar 2013 23:27:16 +0000 Subject: More indentation fixes. --- tools/tools/ath/athstats/athstats.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/tools/ath') diff --git a/tools/tools/ath/athstats/athstats.c b/tools/tools/ath/athstats/athstats.c index 458f636..2cffe34 100644 --- a/tools/tools/ath/athstats/athstats.c +++ b/tools/tools/ath/athstats/athstats.c @@ -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) -- cgit v1.1