• Felix Fietkau's avatar
    mt76: reduce q->lock hold time · 2fbcdb43
    Felix Fietkau authored
    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>
    2fbcdb43
tx.c 14.4 KB