mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a debug bit for TX destination filtering.
This commit is contained in:
parent
e69db8df7d
commit
355cae39e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue