CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2020/04/27 02:01:50
Modified files: sys/dev/pci : if_iwn.c Log message: Allow iwn(4) firmware to always traverse the entire multi-rate retry table. This mostly prepares the driver for MIMO support but should also allow for a higher number of hardware retries at low rates. Tested by jmc@ and myself. ok jmatthew@