CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/10/08 08:37:48
Modified files: sys/dev/pci : if_iwm.c Log message: Rate sets managed by net80211 are sorted by effective data rate speed while the iwm_rates array sorts CCK rates before OFDM rates. Add a mapping function to fill the ACK rate bitmap correctly. Problem pointed out by Imre Vadasz. ok kettenis