CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/01/12 09:32:28
Modified files: sys/dev/cardbus: if_athn_cardbus.c sys/dev/ic : ar5008.c ar5008reg.h ar5416.c ar9003.c ar9280.c ar9285.c ar9287.c ar9380.c athn.c athnvar.h sys/dev/pci : if_athn_pci.c sys/dev/usb : if_athn_usb.c if_athn_usb.h Log message: Finish initial 11n support for athn(4). The heavy lifting was done by damien@ years ago. I didn't even have to figure out what the hardware expects, the code was already there. This driver now supports MCS 0-15 in client and hostap mode. No Tx aggregation and no 40 MHz channels yet. tested by vgross@, bmercer@, tb@, jmc@, Vadim Vygonets, Peter Kay ok bmercer@ tb@ phessler@