ath6kl: add back beginnings of USB support
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / ath / ath6kl / debug.h
index 872a8ce5d8f3a8de1e9afb0826f5e07be0288937..c4be6e50996b390a2e36dd242c9dc7de1e082239 100644 (file)
@@ -41,6 +41,7 @@ enum ATH6K_DEBUG_MASK {
        ATH6KL_DBG_BOOT         = BIT(18),    /* driver init and fw boot */
        ATH6KL_DBG_WMI_DUMP     = BIT(19),
        ATH6KL_DBG_SUSPEND      = BIT(20),
+       ATH6KL_DBG_USB          = BIT(21),
        ATH6KL_DBG_ANY          = 0xffffffff  /* enable all logs */
 };