From 6a9f8e0a061f88721898581f369145150e8c9f4c Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 9 Jul 2012 05:23:02 +0000 Subject: [PATCH] Add a debug category for RX EDMA. --- sys/dev/ath/if_ath_debug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/ath/if_ath_debug.h b/sys/dev/ath/if_ath_debug.h index ff514ce148e5..2a123e7585bf 100644 --- a/sys/dev/ath/if_ath_debug.h +++ b/sys/dev/ath/if_ath_debug.h @@ -64,6 +64,8 @@ enum { ATH_DEBUG_SW_TX_RETRIES = 0x040000000ULL, /* software TX retries */ ATH_DEBUG_FATAL = 0x080000000ULL, /* fatal errors */ ATH_DEBUG_SW_TX_BAR = 0x100000000ULL, /* BAR TX */ + ATH_DEBUG_EDMA_RX = 0x200000000ULL, /* RX EDMA state */ + ATH_DEBUG_ANY = 0xffffffffffffffffULL };