Explicitly set iwm(4) firmware Tx aggregation limit to one (which disables
authorstsp <stsp@openbsd.org>
Mon, 18 Jul 2016 13:10:35 +0000 (13:10 +0000)
committerstsp <stsp@openbsd.org>
Mon, 18 Jul 2016 13:10:35 +0000 (13:10 +0000)
commit17146ccc19006023af629a435248a29f3aaa9fbe
treee8e27e3d1efdbb285a1797b13eb5761722760846
parente9c5d29511d5a5c45c593b4fe8202c87c07ac987
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@
sys/dev/pci/if_iwm.c