mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
mt76x0: stop stat workqueue at hw stop
Cancel tx status workqueue during vif teardown Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
30ec915269
commit
1baa6e3a9b
|
|
@ -51,6 +51,7 @@ static void mt76x0_stop(struct ieee80211_hw *hw)
|
|||
|
||||
cancel_delayed_work_sync(&dev->cal_work);
|
||||
cancel_delayed_work_sync(&dev->mac_work);
|
||||
mt76u_stop_stat_wk(&dev->mt76);
|
||||
mt76x0_mac_stop(dev);
|
||||
|
||||
mutex_unlock(&dev->mt76.mutex);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user