]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ath12k: remove redundant declaration of ath12k_dp_rx_h_find_peer()
authorP Praneesh <praneesh.p@oss.qualcomm.com>
Wed, 19 Feb 2025 05:36:40 +0000 (11:06 +0530)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 20 Feb 2025 21:37:43 +0000 (13:37 -0800)
commitcb9a978a20a4481dd59c3ea8c6fee36b3dac2b47
tree7ffc7da79a1714e13ca2a07d8a399b06e6d4c11d
parentceb3b35f5ef4a0c490f54eb8b53075fd83a97d11
wifi: ath12k: remove redundant declaration of ath12k_dp_rx_h_find_peer()

The current code in dp_rx.h declares the ath12k_dp_rx_h_find_peer() twice.
Fix this by removing one of the redundant declarations of
ath12k_dp_rx_h_find_peer() to ensure that the function is declared only
once.

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.4.1-00199-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: P Praneesh <praneesh.p@oss.qualcomm.com>
Link: https://patch.msgid.link/20250219053640.223734-1-praneesh.p@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/dp_rx.h