summaryrefslogtreecommitdiff
path: root/sys/dev/ic/interwavevar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/interwavevar.h')
0 files changed, 0 insertions, 0 deletions
/td>mlelstv 2019-12-19Code that's #if'ed out still ought to compile.gson 2019-10-08Merge more changes from FreeBSD/OpenBSD. My two run(4) devices now workmlelstv 2019-01-22KNFskrll 2018-11-29Correct abuses of aprint_error_dev(9).jakllsch 2018-09-12Don't have modules depend on bpf; they will find the dependency dynamicallychristos 2018-08-02Fix usb_rem_task_wait API.riastradh 2018-07-29Use callout_halt and usb_rem_task_wait in run(4) detach.riastradh 2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh 2018-02-01Replace ovbcopy -> memmove, same.maxv 2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll 2017-11-17Use a #define instead of a magic numberskrll 2017-11-17Trailing whitespaceskrll 2017-05-04Recognize the Ralink RT5370 adapter. It has been in usbdevs for a while.hauke 2016-11-25+#include "opt_usb.h"skrll 2016-10-01Ignore completed transfers when detaching. This avoids a race conditionmlelstv 2016-10-01Use pointer passed as argument. This is not really a change asmlelstv 2016-10-01Use splusb() like the other drivers instead of splnet().mlelstv 2016-10-01mcs is a 16bit value.mlelstv 2016-09-16Merge enough FreeBSD code to make RT5592 work.mlelstv 2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r 2016-05-26Introduce M_CLEARCTX and use it instead of open-coding rcvifozaki-r 2016-05-26Use M_GETCTXozaki-r 2016-04-23Merge nick-nhusbskrll 2015-03-13Add pmf hooks.nonaka 2014-01-28Quell maybe-uninitialized false positives from gcc 4.8martin 2013-03-30replace macro with inline functionchristos 2013-01-22- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCKjmcneill 2013-01-05fix debug variables.christos 2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos 2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll 2012-08-20remove duplicated QoS definitionschristos 2012-06-01Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares.nonaka 2012-06-01Add a dependency on bpf module.nonaka 2012-05-30Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEEnonaka