[ath] sigh, how'd I miss this.

This commit is contained in:
adrian 2017-02-10 07:16:56 +00:00
parent 8e401abc42
commit e9f872e5e1

View File

@ -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
};