CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2018/01/03 14:01:16

Modified files:
        sys/dev/ic     : bwfm.c bwfmvar.h 
        sys/dev/pci    : if_bwfm_pci.c 
        sys/dev/usb    : if_bwfm_usb.c 

Log message:
Since the PCI attachment code already uses mbufs for RX packets, we can
push the mbuf allocation down into the USB attachment code and now pass
an mbuf to the bwfm(4) receive function.

Reply via email to