summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_rum.c
AgeCommit message (Expand)Author
2022-08-12rum(4): Avoid uninitialized garbage in failed register read.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-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
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 rum(4) detach.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-05-01GC private 802.11 rateset declarations, use the standard ones.maya
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2017-05-23Also attach the MW-P54SS USB Wireless Broadband Router from Synetkhorben
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.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
2015-08-30loadfirmware is not NetBSD function. Fix error message.ryoon
2015-04-08Added pmf hook.nonaka
2015-01-07Pass a correct firmware size (instead of 0) to firmware_freeozaki-r
2014-03-29Fix an issue with 11g beacon frames.zafer
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-09-23add a bunch of devices. from openbsd.chs
2012-06-01Add a dependency on bpf module.nonaka
2012-05-31Remove duplicate entries.nonaka
2011-09-08PR/45344: Pierre Allegraud: Added Dlink DWA-110 in rum(4)christos
2011-08-25Update the module command-processing routine to match the ioconf filespgoyette
2011-08-23Update for modular buildpgoyette
2011-08-23In preparation for building this as a module, clean-up some gccpgoyette
2011-02-22make rum_ioctl look like other wireless drivers, now dhcpcd works andjmcneill
2011-02-21sync driver with openbsdjmcneill
2011-02-13fix typo (clean up the rx list on failure setting it up, not the tx list)dholland
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-06Simplify several device-activation hooks.dyoung
2009-09-28Attach DWA-111.pooka
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-08-02add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573).tshiozak
2009-03-18bzero -> memsetcegger
2009-01-03remove extra semicolons.yamt
2008-11-07*** Summary ***dyoung
2008-10-21Addjun
2008-07-08Add a device ID seen in Kojinsha notebook. From Ryo Shimizu.uebayasi
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube