OSDN Git Service

ath10k: fix pktlog in QCA99X0
authorAshok Raj Nagarajan <arnagara@qti.qualcomm.com>
Fri, 5 Feb 2016 15:42:48 +0000 (21:12 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 3 Mar 2016 17:20:00 +0000 (19:20 +0200)
commit53a5c9bc53ce51f65699a43c67ab167436d28083
tree071577a962c6c02322146b24d27f921ff460806d
parente0b6ce00b1ec0434e96629ab64f3e16dcb4f33b7
ath10k: fix pktlog in QCA99X0

Currently, we are providing wrong payload data of pktlog to trace points.
Data we receive from FW through copy engine 8 contains pktlog data alone.
We don't need to parse anything in driver before handing it to trace
points.

Fixes: afb0bf7f530b ("ath10k: add support for pktlog in QCA99X0")
Signed-off-by: Ashok Raj Nagarajan <arnagara@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c