CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/01/05 16:30:16
Modified files: sys/dev/ic : bwfmvar.h sys/dev/pci : if_bwfm_pci.c if_bwfm_pci.h Log message: To send out packets we need to create a flowring. Acting as station, we typically have about four flowrings per priority. As access point we apparently need one, or four considering the priorities, flowrings per client. For now let's start with a single TX flowring. To setup a flowring we need to send a create request and can only start sending packets as soon as we are told that the ring is created. With this we can now do actual network traffic.