diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2013-06-12 14:52:57 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2013-06-12 14:52:57 +0000 |
| commit | 216ca2346fff3a53770769146cf8a59a3f8c7b95 (patch) | |
| tree | 3102f3b9d4ae7ba773d6a24f13754f83e31bca17 /sys/dev/ath/if_ath_debug.h | |
| parent | ccba710262443cf4cf2350f173750cf51572d3b9 (diff) | |
Notes
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 b7b5a783a879..83597afaa1a4 100644 --- a/sys/dev/ath/if_ath_debug.h +++ b/sys/dev/ath/if_ath_debug.h @@ -67,6 +67,7 @@ enum { ATH_DEBUG_EDMA_RX = 0x200000000ULL, /* RX EDMA state */ ATH_DEBUG_SW_TX_FILT = 0x400000000ULL, /* SW TX FF */ ATH_DEBUG_NODE_PWRSAVE = 0x800000000ULL, /* node powersave */ + ATH_DEBUG_DIVERSITY = 0x1000000000ULL, /* Diversity logic */ ATH_DEBUG_ANY = 0xffffffffffffffffULL }; |
