CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2021/06/30 03:47:57
Modified files: sys/dev/pci : if_iwx.c Log message: Align HT protection flags we send to iwx(4) firmware with flags used by Linux iwlwifi. Setting the FAT protection flag while we're using 20 MHz channels doesn't really make a lot of sense to me but apparently firmware expects it to be set regardless. Linux does not use the SELF_CTS_EN flag so it might be better to avoid using SELF_CTS_EN. According to zxystd from OpenIntelWireless, the same change fixed fatal firmware errors seen during HT protection updates for them: https://github.com/OpenIntelWireless/itlwm/commit/032a14185a434b7181c0e78a953dc2e1c21a0853 test and ok gnezdo@