CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2021/10/12 04:45:21
Modified files: sys/dev/pci : if_iwx.c Log message: Explicitly stop iwx(4) Rx block ack when roaming between access points. This is similar to a recent fix committed to iwm(4). Unlike iwm(4) we do not need to disable Tx aggregation queues in iwx(4). Attempting to do so would cause fatal firmware errors. Tested by jmc@ and myself.