Explicitly stop iwx(4) Rx block ack when roaming between access points.
authorstsp <stsp@openbsd.org>
Tue, 12 Oct 2021 10:45:21 +0000 (10:45 +0000)
committerstsp <stsp@openbsd.org>
Tue, 12 Oct 2021 10:45:21 +0000 (10:45 +0000)
commit42c96387bc3ef4ce9c6d46982cbc6c7f5a650937
treef91c69527a71f93278c061692412f3b6193bb8d0
parente8480993d572b7bc98a97faa3359a41756f94d7e
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.
sys/dev/pci/if_iwx.c