mt76: mt7663: fix the usage WoW with net detect support
authorSean Wang <sean.wang@mediatek.com>
Tue, 12 May 2020 19:39:13 +0000 (21:39 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 13 May 2020 18:01:10 +0000 (20:01 +0200)
mt7615_mcu_sched_scan_enable should be taken along with
mt7615_mcu_sched_scan_req to have proper scan plans initialization.

Fixes: bd39bd2f00c3 ("mt76: mt7663: introduce WoW with net detect support")
Co-developed-by: Wan-Feng Jiang <Wan-Feng.Jiang@mediatek.com>
Signed-off-by: Wan-Feng Jiang <Wan-Feng.Jiang@mediatek.com>
Co-developed-by: Soul Huang <Soul.Huang@mediatek.com>
Signed-off-by: Soul Huang <Soul.Huang@mediatek.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c

index 96bf39a4a3da21a9e2fc4f522cfd8e4492c60843..ef50b9a885f481d831b3576ff3b8e92799bbcc98 100644 (file)
@@ -3351,8 +3351,8 @@ mt7615_mcu_set_wow_ctrl(struct mt7615_phy *phy, struct ieee80211_vif *vif,
        if (wowlan->nd_config) {
                mt7615_mcu_sched_scan_req(phy, vif, wowlan->nd_config);
                req.wow_ctrl_tlv.trigger |= BIT(5);
+               mt7615_mcu_sched_scan_enable(phy, vif, suspend);
        }
-       mt7615_mcu_sched_scan_enable(phy, vif, suspend);
 
        if (mt76_is_mmio(&dev->mt76))
                req.wow_ctrl_tlv.wakeup_hif = 2;