CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/03/09 11:18:28
Modified files: sys/dev/pci : files.pci if_rtwn.c Added files: sys/dev/ic : rtwn.c rtwnvar.h Log message: Split the rtwn(4) driver into two layers: One layer which handles PCI support and low-level packet processing. And another layer which handles ioctls, net80211 state transitions, and all communication with the chip. The plan is to eventually merge corresponding code from urtwn(4) in here. ok mpi@