CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/22 01:52:24
Modified files:
sys/dev/pci : if_iwx.c
Log message:
Update definition of the iwx_ac_to_tx_fifo map.
Compared to iwm(4) devices the BE and BK fifo numbers have been swapped
in iwx(4) hardware. This has no real consequences for us since we send
all frames at the same access category, but I'm fixing the mapping anyway.
