CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2020/04/09 01:20:08
Modified files: sys/dev/pci : if_iwn.c if_iwnvar.h Log message: Fix an automatic Tx rate control issue in iwn(4). Same change as made for iwm(4) and iwx(4), but also accounts for block ack. Avoids Tx results being reported and evaluated even if they did not correspond to the most recently chosen rate, spoiling the data available to the rate control algorithm. tested by benno, jmc, and krw; no regressions seen