summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/debug.h
diff options
context:
space:
mode:
authorGovind Singh2017-12-21 17:05:21 +0100
committerKalle Valo2017-12-27 11:08:49 +0100
commitb796240409b3f576ae8ebbad9b5679ff2fb5a39c (patch)
treec1503be4b95daf2d53b92d7687c186879aae27e2 /drivers/net/wireless/ath/ath10k/debug.h
parentath10k: Add SNOC bus type for WCN3990 target (diff)
downloadkernel-qcow2-linux-b796240409b3f576ae8ebbad9b5679ff2fb5a39c.tar.gz
kernel-qcow2-linux-b796240409b3f576ae8ebbad9b5679ff2fb5a39c.tar.xz
kernel-qcow2-linux-b796240409b3f576ae8ebbad9b5679ff2fb5a39c.zip
ath10k: Add debug mask for SNOC bus type
WCN3990 target uses SNOC bus. Add debug mask for SNOC bus type. Signed-off-by: Govind Singh <govinds@qti.qualcomm.com> Signed-off-by: Rakesh Pillai <pillair@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/debug.h1
1 files changed, 1 insertions, 0 deletions
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,
};