Commit 2fbcdb43 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mt76: reduce q->lock hold time



Instead of holding it for the duration of an entire station schedule run,
which can block out competing tasks for a significant amount of time,
only hold it for scheduling one batch of packets for one station.
Improves responsiveness under load

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 9b0f100c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment