diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-10-29 07:17:47 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-10-29 07:17:47 +0000 |
| commit | 7ff80a676a70aaaaff5f35eab1114ab0155b5c38 (patch) | |
| tree | d7748d42a2143b4a251f4d32cef7ba0131a7af8a /sys/dev/ath/if_ath_debug.h | |
| parent | 5db2dc2a3a57753a2b0cd6806dbfecfc7188280b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/if_ath_debug.h')
| -rw-r--r-- | sys/dev/ath/if_ath_debug.h | 5 |
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 c21914fe8d3a..58199ff39d67 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 }; |
