[PATCH v2 2/3] ath10k: Add debug mask for SNOC bus type
Rakesh Pillai
pillair at qti.qualcomm.com
Thu Dec 21 08:05:21 PST 2017
From: Govind Singh <govinds at qti.qualcomm.com>
WCN3990 target uses SNOC bus.
Add debug mask for SNOC bus type.
Signed-off-by: Govind Singh <govinds at qti.qualcomm.com>
Signed-off-by: Rakesh Pillai <pillair at qti.qualcomm.com>
---
drivers/net/wireless/ath/ath10k/debug.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h
index 5e662994c49a..134fb68ae546 100644
--- a/drivers/net/wireless/ath/ath10k/debug.h
+++ b/drivers/net/wireless/ath/ath10k/debug.h
@@ -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,
};
--
2.11.0
More information about the ath10k
mailing list