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

Commit cefe734a authored by Govind Singh's avatar Govind Singh Committed by Gerrit - the friendly Code Review server
Browse files

UPSTREAM: ath10k: Add debug mask for SNOC bus type



WCN3990 target uses SNOC bus.
Add debug mask for SNOC bus type.

Signed-off-by: default avatarGovind Singh <govinds@qti.qualcomm.com>
Signed-off-by: default avatarRakesh Pillai <pillair@qti.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
Git-commit: b7962404
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git


Change-Id: Ifa65586f20eaddcf98e7b0f81c30f5a9088a6823
Signed-off-by: default avatarDundi Raviteja <dundi@codeaurora.org>
parent c4334034
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ enum ath10k_debug_mask {
	ATH10K_DBG_SDIO_DUMP	= 0x00020000,
	ATH10K_DBG_USB		= 0x00040000,
	ATH10K_DBG_USB_BULK	= 0x00080000,
	ATH10K_DBG_SNOC		= 0x00100000,
	ATH10K_DBG_ANY		= 0xffffffff,
};