Message ID | 1572331755-22072-1-git-send-email-akolli@codeaurora.org (mailing list archive) |
---|---|
State | Accepted |
Commit | b7c49ead1fb2da277e357ef05e0ac8826362a1e3 |
Delegated to: | Kalle Valo |
Headers | show |
Series | ath11k: tracing: fix ath11k tracing | expand |
Anilkumar Kolli <akolli@codeaurora.org> wrote: > Add missing tracing subsystem define. > > Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> > Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Patch applied to ath11k-post-bringup branch of ath.git, thanks. b7c49ead1fb2 ath11k: tracing: fix ath11k tracing
diff --git a/drivers/net/wireless/ath/ath11k/trace.h b/drivers/net/wireless/ath/ath11k/trace.h index aa96c4e7a0d5..a50e35a79edb 100644 --- a/drivers/net/wireless/ath/ath11k/trace.h +++ b/drivers/net/wireless/ath/ath11k/trace.h @@ -17,6 +17,9 @@ static inline void trace_ ## name(proto) {} #endif /* !CONFIG_ATH11K_TRACING || __CHECKER__ */ +#undef TRACE_SYSTEM +#define TRACE_SYSTEM ath11k + TRACE_EVENT(ath11k_htt_pktlog, TP_PROTO(struct ath11k *ar, const void *buf, u16 buf_len),
Add missing tracing subsystem define. Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> --- drivers/net/wireless/ath/ath11k/trace.h | 3 +++ 1 file changed, 3 insertions(+)