]> git.baikalelectronics.ru Git - kernel.git/commit
ath11k: fix parsing PPDU_CTRL type in pktlog
authorAnilkumar Kolli <akolli@codeaurora.org>
Wed, 5 Feb 2020 07:15:59 +0000 (12:45 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 11 Feb 2020 18:33:34 +0000 (20:33 +0200)
commit5321c8707c70f8b838d8a564126254203fde9460
treed1faca9c692a790e8a27b65d65e66e70910b0bdf
parent0a9dd5d8ada41b870af2ec07956edea59fd94336
ath11k: fix parsing PPDU_CTRL type in pktlog

PPDU_CTRL type is missing in current pktlog dumps.
PPDU_CTRL is sent on CE5 with len 2560 bytes, current
driver ignores the payload len greter than 2048.
PPDU_CTRL of 2560 bytes is sent in two fragments of len 2028
and 532 bytes, but firmware reports pkt header has length as 2560
for both of the fragments.

Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath11k/debug.h
drivers/net/wireless/ath/ath11k/dp_rx.c