CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2022/03/23 03:22:49
Modified files: sys/dev/pci : if_iwm.c Log message: Improve 802.11ac throughput on iwm(4) at a distance to the access point. iwm(4) didn't attribute retries to the correct MCS, resulting in lower MCS being punished unfairly when a higher MCS kept failing. Tested by bket, florian, Uwe Werler, and myself. ok bket