Acked-by: Niklas Cassel <[email protected]> On Tue, Jun 05, 2018 at 06:06:51PM +0530, Govind Singh wrote: > Add debug mask to control debug info of ath10k qmi > messaging layer. > > Signed-off-by: Govind Singh <[email protected]> > --- > 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 0afca5c106b6..a2f84fdb9131 100644 > --- 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, > }; > > -- > 2.17.0 > > > _______________________________________________ > ath10k mailing list > [email protected] > http://lists.infradead.org/mailman/listinfo/ath10k
_______________________________________________ ath10k mailing list [email protected] http://lists.infradead.org/mailman/listinfo/ath10k
