Add a debug bit for TX destination filtering.

This commit is contained in:
adrian 2012-09-17 01:18:47 +00:00
parent af98639e61
commit 1bf6898510

View File

@ -65,6 +65,7 @@ enum {
ATH_DEBUG_FATAL = 0x080000000ULL, /* fatal errors */
ATH_DEBUG_SW_TX_BAR = 0x100000000ULL, /* BAR TX */
ATH_DEBUG_EDMA_RX = 0x200000000ULL, /* RX EDMA state */
ATH_DEBUG_SW_TX_FILT = 0x400000000ULL, /* SW TX FF */
ATH_DEBUG_ANY = 0xffffffffffffffffULL
};