mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-20 10:51:27 +00:00
24 lines
728 B
Diff
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]);
|
|
|