CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/01/04 06:54:19
Modified files: sys/dev/pci : if_iwn.c if_iwnreg.h if_iwnvar.h Log message: Add initial support for 11n mode to the iwn(4) driver. Only MCS 0 to 7 are supported for now. Tested by many. There might still be outstanding issues but they now appear to be rare. I'm putting this in so that additional fixes can be developed and tested more easily if required. This diff is already quite large for one commit. ok deraadt