Ignore thermal dual-chain requests from iwx(4) firmware.
authorstsp <stsp@openbsd.org>
Fri, 6 Oct 2023 15:15:29 +0000 (15:15 +0000)
committerstsp <stsp@openbsd.org>
Fri, 6 Oct 2023 15:15:29 +0000 (15:15 +0000)
commit521eb4f37a87f4d1ba6b3aa685721d015525efb4
treeab9bf0111a78bee35bab37c82ff717b3ce89b6c7
parentf61931f9464ac16412567c92530385a4b0f12054
Ignore thermal dual-chain requests from iwx(4) firmware.

Linux only acts on these requests in 11ax mode on 160MHz channels so
we can simply ignore this request for now. Prevents a warning from
being printed when we receive such a request:
  iwx0: unhandled firmware response 0x5f6/0x20000008 rx ring 64[3]

Observed on AX210 hardware by bluhm@
sys/dev/pci/if_iwx.c