CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/26 11:00:09
Modified files:
sys/dev/pci : if_iwx.c
Log message:
fix Tx rate selection for management frames in iwx(4)
The Tx rate index stored in ni->ni_txrate is not intended for use
with management frames, yet iwx_tx_fill_cmd() was using it anyway.
Use the minimum basic rate selected within iwx_tx_fill_cmd() instead.
