CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/11/30 07:31:51
Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h Log message: Switch the iwm(4) driver to mira rate adaptation in 11n mode. Only the rate adaptation algorithm changes, available data rates do not (yet). Please let me know about any regressions. In 11a/b/g modes the driver still uses AMRR, so forcing one of these modes with ifconfig's 'mode' subcommand will serve as a fallback if necessary. ok tb@ mpi@ kettenis@