]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: ath12k: Remove the unused argument from the Rx data path
authorKarthikeyan Periyasamy <karthikeyan.periyasamy@oss.qualcomm.com>
Fri, 27 Feb 2026 04:21:28 +0000 (09:51 +0530)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Mon, 2 Mar 2026 21:02:05 +0000 (13:02 -0800)
commitcf7cbf97c630c3414302945617b8ac405e2b0dd7
tree99f01c7446d680d65033222bd180c78f37ea7a3b
parent80a1147469b07a384f6f83a26b31bcd63d6684c0
wifi: ath12k: Remove the unused argument from the Rx data path

Currently, the Rx path uses new infrastructure to extract the required HAL
parameters. Consequently, the HAL Rx descriptor argument is no longer
needed in the following helper functions. Remove the unused argument from
the following helper functions.

ath12k_dp_rx_h_undecap()
ath12k_dp_rx_check_nwifi_hdr_len_valid()
ath12k_wifi7_dp_rx_h_mpdu()

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.6-01243-QCAHKSWPL_SILICONZ-1

Signed-off-by: Karthikeyan Periyasamy <karthikeyan.periyasamy@oss.qualcomm.com>
Reviewed-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com>
Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20260227042128.3494167-1-karthikeyan.periyasamy@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/dp_rx.c
drivers/net/wireless/ath/ath12k/dp_rx.h
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c