Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/mt76.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mt7921/mcu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mt7921/mcu.c b/mt7921/mcu.c
index 78bd965d..5f3d56d5 100644
--- a/mt7921/mcu.c
+++ b/mt7921/mcu.c
@@ -1308,6 +1308,8 @@ int mt7921_mcu_drv_pmctrl(struct mt7921_dev *dev)
err = -EIO;
goto out;
}
+
+ mt7921_wpdma_reinit_cond(dev);
clear_bit(MT76_STATE_PM, &mphy->state);
pm->stats.last_wake_event = jiffies;