Author :
stsp
Date :
2021-10-12 10:45:21
Hash :42c96387 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.