mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
wifi: mt76: mt7996: only set MT76_MCU_RESET for the main phy
The MT76_MCU_RESET flag is only read on the main phy. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
ec8932f23b
commit
5eb3b13ac3
|
|
@ -1655,14 +1655,10 @@ mt7996_mac_restart(struct mt7996_dev *dev)
|
|||
set_bit(MT76_RESET, &dev->mphy.state);
|
||||
set_bit(MT76_MCU_RESET, &dev->mphy.state);
|
||||
wake_up(&dev->mt76.mcu.wait);
|
||||
if (phy2) {
|
||||
if (phy2)
|
||||
set_bit(MT76_RESET, &phy2->mt76->state);
|
||||
set_bit(MT76_MCU_RESET, &phy2->mt76->state);
|
||||
}
|
||||
if (phy3) {
|
||||
if (phy3)
|
||||
set_bit(MT76_RESET, &phy3->mt76->state);
|
||||
set_bit(MT76_MCU_RESET, &phy3->mt76->state);
|
||||
}
|
||||
|
||||
/* lock/unlock all queues to ensure that no tx is pending */
|
||||
mt76_txq_schedule_all(&dev->mphy);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user