mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
wifi: mt76: mt76x02: wake queues after reconfig
The shared reset procedure of MT7610 and MT7612 stop all queues before starting the reset sequence. They however never restart these like other supported mt76 chips do in the reconfig_complete call. This leads to TX not continuing after the reset. Restart queues in the reconfig_complete callback to restore functionality after the reset. Signed-off-by: David Bauer <mail@david-bauer.net> Link: https://patch.msgid.link/20251129023904.288484-1-mail@david-bauer.net Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
bb8e38fcdb
commit
524ef4b42b
|
|
@ -534,6 +534,7 @@ void mt76x02_reconfig_complete(struct ieee80211_hw *hw,
|
|||
return;
|
||||
|
||||
clear_bit(MT76_RESTART, &dev->mphy.state);
|
||||
ieee80211_wake_queues(hw);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(mt76x02_reconfig_complete);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user