]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: ath12k: improve the rx descriptor error information
authorKarthikeyan Periyasamy <quic_periyasa@quicinc.com>
Tue, 21 May 2024 08:08:10 +0000 (11:08 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Sat, 25 May 2024 08:54:42 +0000 (11:54 +0300)
commit35864b62fa129196af4641b8bef50ac4226a22ed
tree36cf791b9383a9c3fced8e95c90a20945124d925
parent4f82a8d5c27748a3b4318af99627f4df248133e8
wifi: ath12k: improve the rx descriptor error information

The ath12k_dp_get_rx_desc() failure log currently contains the same
information across multiple Rx data paths and lacks sufficient detail for
debugging purposes. To address this, change the ath12k_dp_get_rx_desc()
failure log to include cookie information along with Rx path details.
This will provide more specific data for debugging purposes.

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Tested-on: WCN7850 HW2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3

Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240516000807.1704913-3-quic_periyasa@quicinc.com
drivers/net/wireless/ath/ath12k/dp_rx.c