diff options
author | adrian <adrian@FreeBSD.org> | 2012-09-17 01:18:47 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-09-17 01:18:47 +0000 |
commit | 1bf6898510a321670ce122df8a308e88832277c9 (patch) | |
tree | c35e1cf5b23401de283b3fd188afceea86fece8a /sys/dev/ath/if_ath_debug.h | |
parent | af98639e61803cde9832ca89cb95a14352a2c9f5 (diff) | |
download | FreeBSD-src-1bf6898510a321670ce122df8a308e88832277c9.zip FreeBSD-src-1bf6898510a321670ce122df8a308e88832277c9.tar.gz |
Add a debug bit for TX destination filtering.
Diffstat (limited to 'sys/dev/ath/if_ath_debug.h')
-rw-r--r-- | sys/dev/ath/if_ath_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_debug.h b/sys/dev/ath/if_ath_debug.h index 2e6ebf5..875a6c8 100644 --- a/sys/dev/ath/if_ath_debug.h +++ b/sys/dev/ath/if_ath_debug.h @@ -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 }; |