Newer iwx(4) firmware doesn't like the DQA command anymore.
authorstsp <stsp@openbsd.org>
Sun, 18 Jul 2021 12:03:57 +0000 (12:03 +0000)
committerstsp <stsp@openbsd.org>
Sun, 18 Jul 2021 12:03:57 +0000 (12:03 +0000)
commit0c5e7bd45b5ea5424a4835f90cbaee1ba504b331
tree76603c40709a2846c6111411f39679f243718aa0
parente95726c9bac0fcd7326797523ed7ef4bc1c270e6
Newer iwx(4) firmware doesn't like the DQA command anymore.

Check whether firmware advertises DQA support before sending the DQA
command during device initialization. Newer firmware will raise a
fatal error otherwise. The Tx queue API has been redesigned yet again.
sys/dev/pci/if_iwx.c