CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/10 03:20:30
Modified files:
sys/dev/pci : if_iwx.c
Log message:
Compute the Tx queue ID consistently in iwx(4).
iwx_alloc_tx_ring() and iwx_tx() used different constants when computing
the Tx queue ID. Make them use the same.
Fortunately, this bug was harmless since we ended up using Tx queue 5 in
both places. It would have broken badly as soon as we started using
multiple Tx queues.
ok mpi@
