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

This commit is contained in:
Adrian Chadd 2017-02-10 07:16:56 +00:00
parent 70d81c5e91
commit e2cf2aa54d

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