summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_upgt.c
AgeCommit message (Expand)Author
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
2008-01-03Fix page fault trap which occured when device was detached after a failedMarcus Glocker
2008-01-02Make network scanning work correctly.Marcus Glocker
2008-01-01Add devices 11b rateset. Add/Adjust comments.Marcus Glocker
2008-01-01No watchdog operations if device is not running.Marcus Glocker
2008-01-01More constant naming for some defines.Marcus Glocker
2008-01-01Tune TX descriptor so we can successfully set some TX rates. CouldMarcus Glocker
2007-12-22Reset the MAC filter if we stop the device, so no frames are acceptedMarcus Glocker
2007-12-20More minor TX fixing (still sucks). Add more debug info and leave debugMarcus Glocker
2007-12-19Move watchdog timeout message from DPRINTF to printf.Marcus Glocker
2007-12-19Fix page fault trap in TX path. Though TX path is still not workingMarcus Glocker
2007-12-17Add new devices to match list.Marcus Glocker
2007-12-17Make ether_crc32_le() work for our needs and therefore remove the largeMarcus Glocker
2007-12-16Add comment.Marcus Glocker
2007-12-16Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devicesMarcus Glocker