mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
mt76: mt7921e: make dev->fw_assert usage consistent
Clear dev->fw_assert flag in mt7921s to be consistent with mt7921s driver. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
97cef84d10
commit
6dcf157193
|
|
@ -314,6 +314,7 @@ int mt7921e_mac_reset(struct mt7921_dev *dev)
|
|||
}
|
||||
local_bh_enable();
|
||||
|
||||
dev->fw_assert = false;
|
||||
clear_bit(MT76_MCU_RESET, &dev->mphy.state);
|
||||
|
||||
mt76_wr(dev, MT_WFDMA0_HOST_INT_ENA,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user