blob: 5d3a194b6664017c3cc605c98ba296d77d2bd770 [file] [log] [blame]
From b6003ba133a517cea454233c6b951ea8acaf7cc0 Mon Sep 17 00:00:00 2001
From: Rex Lu <rex.lu@mediatek.com>
Date: Wed, 29 Nov 2023 13:56:52 +0800
Subject: [PATCH 066/223] mtk: mt76: mt7996: Remove wed_stop during L1 SER
Align logan L1 SER flow. During L1 SER, didn't need to close wed interrupt.
Signed-off-by: Rex Lu <rex.lu@mediatek.com>
---
mt7996/mac.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/mt7996/mac.c b/mt7996/mac.c
index 9f94f530..c72f70db 100644
--- a/mt7996/mac.c
+++ b/mt7996/mac.c
@@ -1959,12 +1959,6 @@ void mt7996_mac_reset_work(struct work_struct *work)
dev_info(dev->mt76.dev,"\n%s L1 SER recovery start.",
wiphy_name(dev->mt76.hw->wiphy));
- if (mtk_wed_device_active(&dev->mt76.mmio.wed_hif2))
- mtk_wed_device_stop(&dev->mt76.mmio.wed_hif2);
-
- if (mtk_wed_device_active(&dev->mt76.mmio.wed))
- mtk_wed_device_stop(&dev->mt76.mmio.wed);
-
ieee80211_stop_queues(mt76_hw(dev));
if (phy2)
ieee80211_stop_queues(phy2->mt76->hw);
--
2.45.2