summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urtw.c
AgeCommit message (Expand)Author
2022-03-03usb: usbd_close_pipe never fails. Make it return void.riastradh
2021-12-31sys: Use if_init wrapper function.riastradh
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-11-28localifymaxv
2019-09-14Fix error handling, to prevent kernel crashes when detaching an urtw0maxv
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 urtw(4).riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2016-12-04Whitespaceskrll
2016-11-25+#include "opt_usb.h"skrll
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
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
2013-10-16fix incorrect variable use.christos
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-05-29Driver for Realtek RTL8187/RTL8187B 802.11b/g USB wireless adapter, fromchristos