CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2020/05/26 05:55:54
Modified files: sys/dev/pci : if_iwx.c if_iwxreg.h Log message: Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command. Newer iwx(4) firmware versions will require a larger beacon filter command. The extra fields fields are initialized to zero even on Linux but newer firmware will require a size change anyway. ok mpi@