diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2017-02-10 07:16:56 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2017-02-10 07:16:56 +0000 |
| commit | e2cf2aa54d491f6264be02cd8f53a85fc4fbe1f3 (patch) | |
| tree | f8015d3daa81e751150f6030a520dee07c39b421 /sys/dev/ath | |
| parent | 70d81c5e913ed7a6eb9914eebb1b2513ab577a14 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -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 8a04790f8204..e5b3ce9f3393 100644 --- a/sys/dev/ath/if_ath_debug.h +++ b/sys/dev/ath/if_ath_debug.h @@ -70,6 +70,7 @@ enum { ATH_DEBUG_DIVERSITY = 0x1000000000ULL, /* Diversity logic */ ATH_DEBUG_PWRSAVE = 0x2000000000ULL, ATH_DEBUG_BTCOEX = 0x4000000000ULL, /* BT Coex */ + ATH_DEBUG_QUIETIE = 0x8000000000ULL, /* Quiet time handling */ ATH_DEBUG_ANY = 0xffffffffffffffffULL }; |
