summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-10-29 07:17:47 +0000
committeradrian <adrian@FreeBSD.org>2011-10-29 07:17:47 +0000
commitd014d8bac2b9b64e4778d7d33bed422e5fd2a9c7 (patch)
treed7748d42a2143b4a251f4d32cef7ba0131a7af8a /sys/dev/ath
parent903461fc0b470f3c506b9325a71a20c447e6e7cb (diff)
downloadFreeBSD-src-d014d8bac2b9b64e4778d7d33bed422e5fd2a9c7.zip
FreeBSD-src-d014d8bac2b9b64e4778d7d33bed422e5fd2a9c7.tar.gz
Add some new ath(4) debugging bits, from my if_ath_tx 11n TX branch.
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath_debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_debug.h b/sys/dev/ath/if_ath_debug.h
index c21914f..58199ff 100644
--- a/sys/dev/ath/if_ath_debug.h
+++ b/sys/dev/ath/if_ath_debug.h
@@ -57,6 +57,11 @@ enum {
ATH_DEBUG_TDMA = 0x00800000, /* TDMA processing */
ATH_DEBUG_TDMA_TIMER = 0x01000000, /* TDMA timer processing */
ATH_DEBUG_REGDOMAIN = 0x02000000, /* regulatory processing */
+ ATH_DEBUG_SW_TX = 0x04000000, /* per-packet software TX */
+ ATH_DEBUG_SW_TX_BAW = 0x08000000, /* BAW handling */
+ ATH_DEBUG_SW_TX_CTRL = 0x10000000, /* queue control */
+ ATH_DEBUG_SW_TX_AGGR = 0x20000000, /* aggregate TX */
+ ATH_DEBUG_SW_TX_RETRIES = 0x40000000, /* software TX retries */
ATH_DEBUG_FATAL = 0x80000000, /* fatal errors */
ATH_DEBUG_ANY = 0xffffffff
};
OpenPOWER on IntegriCloud