Commit ec8932f2 authored by Bo Jiao's avatar Bo Jiao Committed by Felix Fietkau
Browse files

wifi: mt76: mt7915: only set MT76_MCU_RESET for the main phy



The MT76_MCU_RESET flag is only read on the main phy.

Signed-off-by: default avatarBo Jiao <Bo.Jiao@mediatek.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent a1d9de5e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1345,10 +1345,8 @@ mt7915_mac_restart(struct mt7915_dev *dev)
	set_bit(MT76_RESET, &dev->mphy.state);
	set_bit(MT76_MCU_RESET, &dev->mphy.state);
	wake_up(&dev->mt76.mcu.wait);
	if (ext_phy) {
	if (ext_phy)
		set_bit(MT76_RESET, &ext_phy->state);
		set_bit(MT76_MCU_RESET, &ext_phy->state);
	}

	/* lock/unlock all queues to ensure that no tx is pending */
	mt76_txq_schedule_all(&dev->mphy);