• J
    wl12xx: Change TX queue to be per AC · 6742f554
    Juuso Oikarinen 提交于
    With the current single-queue implementation traffic priorization is not
    working correctly - when using multiple BE streams and one, say VI stream,
    the VI stream will share bandwidth almost equally with the BE streams.
    
    To fix the issue, implement per AC queues, which are emptied in priority
    order to the firmware. To keep it relatively simple, maintain a global
    buffer count and global queue stop/wake instead of per-AC.
    
    With these changes, priorization appears to work just fine.
    Signed-off-by: NJuuso Oikarinen <juuso.oikarinen@nokia.com>
    Signed-off-by: NLuciano Coelho <luciano.coelho@nokia.com>
    6742f554
main.c 71.5 KB