CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/07/18 07:10:35
Modified files: sys/dev/pci : if_iwm.c Log message: Explicitly set iwm(4) firmware Tx aggregation limit to one (which disables Tx aggregation), instead of the maximum (63 frames). Tx aggregation should already be disabled, so this change should be a no-op. It just avoids any side effects in case the firmware happens to interpret the limit we set here. ok mpi@