summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_zyd.c
AgeCommit message (Expand)Author
2021-06-13Remove duplicatemlelstv
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
2020-01-15If malloc fails in zyd_node_alloc then return NULL. From nick-nhusbskrll
2020-01-15Use modern interfaces and kill tsleep/wakeup. From nick-nhusb branch.skrll
2019-11-28localifymaxv
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-02Fix usb_rem_task_wait API.riastradh
2018-07-29Use callout_halt and usb_rem_task_wait in zyd(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-04-30Remove set but not used sc_flags.maya
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
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-01-07Pass a correct firmware size (instead of 0) to firmware_freeozaki-r
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-05add include "opt_usb.h" where needed.christos
2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll
2012-09-23Don't use a usbd_status as an int, split error into two variables.joerg
2012-09-23add a bunch of devices. from openbsd.chs
2012-03-15Always init *val; some callers of zyd_read*() do not check the returnbouyer
2011-07-18Use __arraycount(3).jruoho
2011-01-16Pull AL2230S radio support for chips:tsutsui
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-07-04Make zyd(4) use config_mountroot(9) to complete device initializationtsutsui
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-23fix up USB drivers printing of autoconf informationplunky
2009-06-26Use &zn->ni instead of (struct ieee80211_node *)zn because it isdyoung
2009-06-26Compilable, untested fix to zyd(4) lossage reported by Matthias-Christiandyoung
2009-06-26Expand more macros from usb_port.h.dyoung
2009-06-26Expand several definitions from usb_port.h.dyoung
2009-03-18bzero -> memsetcegger
2009-01-03remove extra semicolons.yamt
2008-11-07*** Summary ***dyoung
2008-09-21Use M_80211_NODE for 'zyd_node' allocation instead of M_DEVBUF.freza
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2007-10-21Fix a number of driver which doesn't check wep flag in *_tx_mgt.degroote
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had