]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: ath12k: Refactor the monitor Tx/RX handler procedure arguments
authorKarthikeyan Periyasamy <quic_periyasa@quicinc.com>
Tue, 24 Dec 2024 14:36:12 +0000 (20:06 +0530)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 17 Jan 2025 23:39:22 +0000 (15:39 -0800)
commit844c256892e162e85db52ce2e1f3d14053ecd488
tree8e707b4f1843f8e2652e38533220f73109a860a4
parentb238941e8e97c17380f6a6a2dc51520b1829c167
wifi: ath12k: Refactor the monitor Tx/RX handler procedure arguments

Currently, the pdev handle is given along with the mac id to all the
monitor Tx/Rx handler procedure arguments. The mac id information is
derived from the pdev handle itself. Therefore, remove the unnecessary
mac id argument from the handler.

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-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: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241224143613.164921-3-quic_periyasa@quicinc.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/dp_mon.c
drivers/net/wireless/ath/ath12k/dp_mon.h