[PATCHv3 2/3] wifi: ath12k: Remove unsupported tx monitor handling
Jeff Johnson
quic_jjohnson at quicinc.com
Mon Apr 29 14:57:33 PDT 2024
On 4/29/2024 12:20 AM, Tamizh Chelvam Raja wrote:
> Currently tx monitor is not supported in driver.So remove
> the tx monitor ring configuration, allocation and handling.
>
> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
>
> Signed-off-by: Tamizh Chelvam Raja <quic_tamizhr at quicinc.com>
> ---
> drivers/net/wireless/ath/ath12k/dp_mon.c | 40 +----------------
> drivers/net/wireless/ath/ath12k/dp_rx.c | 56 ------------------------
> drivers/net/wireless/ath/ath12k/dp_tx.c | 42 ------------------
> drivers/net/wireless/ath/ath12k/dp_tx.h | 1 -
> 4 files changed, 1 insertion(+), 138 deletions(-)
[...]
> @@ -498,7 +487,6 @@ static void ath12k_dp_rx_pdev_srng_free(struct ath12k *ar)
>
> for (i = 0; i < ab->hw_params->num_rxmda_per_pdev; i++) {
> ath12k_dp_srng_cleanup(ab, &dp->rxdma_mon_dst_ring[i]);
> - ath12k_dp_srng_cleanup(ab, &dp->tx_mon_dst_ring[i]);
> }
ath12k-check warns:
drivers/net/wireless/ath/ath12k/dp_rx.c:488: braces {} are not necessary for
single statement blocks
More information about the ath12k
mailing list