wlan-ap-Telecominfraproject/feeds/ipq95xx/mac80211/patches/qca/523-ath12k-dp-tx-fixes.patch
John Crispin 144c5d00f4 ipq95xx/mac80211: update to ATH12.3-CS
Signed-off-by: John Crispin <john@phrozen.org>
2024-02-28 18:56:21 +01:00

24 lines
728 B
Diff

From aab32b1fa3eb55056ebd8e15eb8f50c1dae6f03c Mon Sep 17 00:00:00 2001
From: Aishwarya R <quic_aisr@quicinc.com>
Date: Tue, 22 Feb 2022 20:00:42 +0530
Subject: [PATCH] [PATCH] ath12k dp tx fixes
Signed-off-by: Aishwarya R <quic_aisr@quicinc.com>
---
drivers/net/wireless/ath/ath12k/dp.c | 2 +-
drivers/net/wireless/ath/ath12k/dp_rx.c | 1 -
drivers/net/wireless/ath/ath12k/mac.c | 2 --
3 files changed, 1 insertion(+), 4 deletions(-)
--- a/drivers/net/wireless/ath/ath12k/mac.c
+++ b/drivers/net/wireless/ath/ath12k/mac.c
@@ -5091,8 +5091,6 @@ static void ath12k_mac_vif_unref(struct
struct sk_buff *skb;
int i;
- return;
-
for (i = 0; i < ATH12K_HW_MAX_QUEUES; i++) {
spin_lock_bh(&dp->tx_desc_lock[i]);