summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_upgt.c
AgeCommit message (Expand)Author
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer. ThisMartin Pieuchot
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-10USB network devices do not DMA in a way that requires a shutdown functionTheo de Raadt
2009-08-03timeout_add -> timeout_add_msecBret Lambert
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-04-09Remove obsolete braces around case switch.Marcus Glocker
2009-03-27Add a bunch of GW3887/v2 based upgt devices found in linux driver.Jonathan Gray
2009-02-14remove dead assignments and newly created unused variables.Charles Longeau
2008-11-27The Netgear WG1111v2 wifi dongle contains a RTL8187 chip,Kevin Lo
2008-11-25upgt(4) doesn't use amrr, remove useless header net80211/ieee80211_amrr.hKevin Lo
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-08-27pass FCS to radiotap.Damien Bergamini
2008-08-08if we fail to extract the mbuf in the Rx routine, incrementThordur I. Bjornsson
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-02-16Remove if_ipackets++ since ieee80211_input() already does that.Marcus Glocker
2008-02-02- Add a v1 device which I found here.Marcus Glocker
2008-01-27Add TODO's to comment.Marcus Glocker
2008-01-25Since TX rate control is done by the firmware, we report the maximumMarcus Glocker
2008-01-24Fix some comments.Marcus Glocker
2008-01-24We don't report the antenna in the bpf tap. Remove it.Marcus Glocker
2008-01-24Report RX rates in radio tap.Marcus Glocker
2008-01-22- Fix some ifconfig up / down tweaks.Marcus Glocker
2008-01-21Add shutdown hook which resets the device when called. This solvesMarcus Glocker
2008-01-20Remove obsolete rateset variables.Marcus Glocker
2008-01-20Cleanup rates:Marcus Glocker
2008-01-20Read EEPROM content the other way around (from start to end).Marcus Glocker
2008-01-20Adjust level 1 debug messages.Marcus Glocker
2008-01-20Add one more device which could work. Fix comment typo in usbdevs whileMarcus Glocker
2008-01-19Make the device work again on big endian archs (after firmware upgrade).Marcus Glocker
2008-01-18Add LED support.Marcus Glocker
2008-01-17Fix RX queue stalling by regulary reading the device statistics (with aMarcus Glocker
2008-01-17Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightlyMarcus Glocker
2008-01-04Fix wrong sizeof(). Makes driver work on amd64, too.Marcus Glocker
2008-01-04Fix TX padding.Marcus Glocker