projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63855e3
)
ath10k: Add debug mask for SNOC bus type
author
Govind Singh
<govinds@qti.qualcomm.com>
Thu, 21 Dec 2017 16:05:21 +0000
(21:35 +0530)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 27 Dec 2017 10:08:49 +0000
(12:08 +0200)
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>
drivers/net/wireless/ath/ath10k/debug.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/debug.h
b/drivers/net/wireless/ath/ath10k/debug.h
index 5e662994c49ab61c1e6fdcdfdf9a06ff19b689f4..134fb68ae54672b02395501fe9e9764f157d4b8b 100644
(file)
--- 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,
};