CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2022/03/20 05:59:39
Modified files: sys/dev/pci : if_iwm.c if_iwx.c Log message: Don't announce VHT caps on 2GHz channels during iwm(4) and iwx(4) scans. VHT capabilities were written into the "common" secion of the firmware probe request frame template. This section is used on 2GHz and 5GHz bands. Announcing VHT capabilities on 2GHz makes no sense. Move them into the 5GHz-only section. ok sthen@