Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cbee358 authored by Kalle Valo's avatar Kalle Valo
Browse files

ath6kl: add full USB support



Now, with HTC pipe, it's possible to fully support USB version of AR6004.

Based on code by Kevin Fang.

Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 636f8288
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ enum ATH6K_DEBUG_MASK {
	ATH6KL_DBG_WMI_DUMP	= BIT(19),
	ATH6KL_DBG_SUSPEND	= BIT(20),
	ATH6KL_DBG_USB		= BIT(21),
	ATH6KL_DBG_USB_BULK	= BIT(22),
	ATH6KL_DBG_ANY	        = 0xffffffff  /* enable all logs */
};

+781 −4

File changed.

Preview size limit exceeded, changes collapsed.