summaryrefslogtreecommitdiff
path: root/drivers/reset
diff options
context:
space:
mode:
authorP Praneesh <quic_ppranees@quicinc.com>2024-12-23 11:31:22 +0530
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>2025-01-26 10:41:29 -0800
commit39f1d751d2ae7050ad9b88560fc2042515dc88d5 (patch)
tree6fe4e123ca54a980d0835eba219d7a9d591cbe4a /drivers/reset
parent6e8c9ba7f0308ba2a88270cec6ce7e8ef621df1f (diff)
downloadlwn-39f1d751d2ae7050ad9b88560fc2042515dc88d5.tar.gz
lwn-39f1d751d2ae7050ad9b88560fc2042515dc88d5.zip
wifi: ath12k: Avoid code duplication in monitor ring processing
The current implementation processes the monitor destination ring using two separate functions, ath12k_dp_mon_srng_process() for standalone monitor mode and ath12k_dp_mon_rx_process_stats() for statistics. However, both functions contain same code which performs monitor ring reaping and skb data processing. To eliminate redundancy, remove the duplicate code and use a single function to handle both the cases. 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: P Praneesh <quic_ppranees@quicinc.com> Link: https://patch.msgid.link/20241223060132.3506372-5-quic_ppranees@quicinc.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Diffstat (limited to 'drivers/reset')
0 files changed, 0 insertions, 0 deletions