developer | 1a17367 | 2023-12-21 14:49:33 +0800 | [diff] [blame^] | 1 | From 3c31acb1c6a90e33ca0aa60f6f605ccc75d0ac93 Mon Sep 17 00:00:00 2001 |
| 2 | From: Rex Lu <rex.lu@mediatek.com> |
| 3 | Date: Wed, 29 Nov 2023 13:56:52 +0800 |
| 4 | Subject: [PATCH 2018/2020] mtk: wifi: mt76: mt7996: Remove wed_stop during L1 |
| 5 | SER |
| 6 | |
| 7 | Align logan L1 SER flow. During L1 SER, didn't need to close wed interrupt. |
| 8 | |
| 9 | Signed-off-by: Rex Lu <rex.lu@mediatek.com> |
| 10 | --- |
| 11 | mt7996/mac.c | 6 ------ |
| 12 | 1 file changed, 6 deletions(-) |
| 13 | |
| 14 | diff --git a/mt7996/mac.c b/mt7996/mac.c |
| 15 | index 5ffc6018..0ebad4ac 100644 |
| 16 | --- a/mt7996/mac.c |
| 17 | +++ b/mt7996/mac.c |
| 18 | @@ -1941,12 +1941,6 @@ void mt7996_mac_reset_work(struct work_struct *work) |
| 19 | dev_info(dev->mt76.dev,"\n%s L1 SER recovery start.", |
| 20 | wiphy_name(dev->mt76.hw->wiphy)); |
| 21 | |
| 22 | - if (mtk_wed_device_active(&dev->mt76.mmio.wed_hif2)) |
| 23 | - mtk_wed_device_stop(&dev->mt76.mmio.wed_hif2); |
| 24 | - |
| 25 | - if (mtk_wed_device_active(&dev->mt76.mmio.wed)) |
| 26 | - mtk_wed_device_stop(&dev->mt76.mmio.wed); |
| 27 | - |
| 28 | ieee80211_stop_queues(mt76_hw(dev)); |
| 29 | if (phy2) |
| 30 | ieee80211_stop_queues(phy2->mt76->hw); |
| 31 | -- |
| 32 | 2.18.0 |
| 33 | |