projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc53aab
)
ath10k: add debug mask for QMI layer
author
Govind Singh
<govinds@codeaurora.org>
Thu, 11 Oct 2018 10:16:14 +0000
(13:16 +0300)
committer
Kalle Valo
<kvalo@codeaurora.org>
Sat, 13 Oct 2018 17:31:47 +0000
(20:31 +0300)
Add debug mask to control debug info of ath10k qmi
messaging layer.
Signed-off-by: Govind Singh <govinds@codeaurora.org>
Acked-by: Niklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
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 3a6191cff2f99e799099140d4794520253744b0a..5cf16d6907240b771fbab427bec0e000a5a361ee 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/debug.h
+++ b/
drivers/net/wireless/ath/ath10k/debug.h
@@
-44,6
+44,7
@@
enum ath10k_debug_mask {
ATH10K_DBG_USB = 0x00040000,
ATH10K_DBG_USB_BULK = 0x00080000,
ATH10K_DBG_SNOC = 0x00100000,
+ ATH10K_DBG_QMI = 0x00200000,
ATH10K_DBG_ANY = 0xffffffff,
};