CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/06 09:15:41
Modified files:
sys/dev/pci : if_iwxreg.h
Log message:
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@
