CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/13 05:47:51
Modified files:
sys/dev/pci : if_iwx.c
Log message:
Make iwx(4) only attach to BZ devices which have RF type GF (wifi 6e).
PCI vendor/product IDs can be shared between Intel wifi 6e and wifi 7 devices.
Wifi 7 devices need different firmware and probably a new driver.
Avoid matching them.
Bad match on a wifi 7 device reported by Jesper Wallin.
