Commit 1794d7a
committed
wifi: mt76: mt7996: fix locking in mt7996_mac_sta_rc_work()
The 'continue' statements need to be under spinlock, since
the spinlock needs to be held as a loop invariant.
Fixes: 0762bdd ("wifi: mt76: mt7996: rework mt7996_mac_sta_rc_work to support MLO")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>1 parent 90c8021 commit 1794d7a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2334 | 2334 | | |
2335 | 2335 | | |
2336 | 2336 | | |
2337 | | - | |
2338 | 2337 | | |
2339 | 2338 | | |
2340 | 2339 | | |
| |||
2354 | 2353 | | |
2355 | 2354 | | |
2356 | 2355 | | |
| 2356 | + | |
| 2357 | + | |
2357 | 2358 | | |
2358 | 2359 | | |
2359 | 2360 | | |
| |||
0 commit comments