mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
ath10k: add debug mask for QMI layer
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>
This commit is contained in:
parent
cc53aabcc2
commit
35a6657667
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user