summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_bwfm_usb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* TX packets, which can be either Ethernet or control packets, must bepatrick2018-07-171-50/+46
* Don't leak the RX pipe in case we have issues opening the TX pipe.patrick2018-05-231-2/+2
* Implement a separate initialization stage so that we can still usepatrick2018-05-231-15/+37
* Correct order of free(9) in an error case.patrick2018-05-161-2/+2
* Implement a BCDC control packet mechanism based on the command requestpatrick2018-05-161-47/+65
* Since the BCDC header has a variable data offset, so the ethernet packetpatrick2018-02-111-2/+1
* Move bwfm(4) from ifq begin/commit/rollback semantics to the newerpatrick2018-02-081-3/+15
* Move parsing the BCDC header on RX into a protocol specific RXpatrick2018-02-071-15/+4
* Do not print that the firmware was successfully loaded in the USB backendpatrick2018-01-241-2/+1
* Fix indentation.patrick2018-01-081-2/+2
* Since the PCI attachment code already uses mbufs for RX packets, we canpatrick2018-01-031-2/+31
* Initialize all fields in the BCDC protocol, otherwise the controllerpatrick2017-10-211-1/+3
* Don't just return but setup and resubmit the transfer if we're notpatrick2017-10-191-5/+4
* Don't forget to free the firmware in the error path, and make sure topatrick2017-10-191-2/+3
* Similar to other USB based backend drivers, have a list of TX/RXpatrick2017-10-151-54/+171
* Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. Thepatrick2017-10-111-0/+698