summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_uath.c
AgeCommit message (Expand)Author
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2011-01-06Remove dead links.Damien Bergamini
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-06-29Interface drivers should use DV_IFNET, not DV_DULL.Matthew Dempsky
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-03timeout_add -> timeout_add_msecBret Lambert
2008-12-15remove duplicated usb idDamien Bergamini
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-09-23Add IDs for Philips SNU6500 to uath(4) ok damien@Can Erkin Acar
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-06-08add following devicesYojiro Uo
2008-04-17Add missing monitor mode capabilities flag.Brad Smith
2008-01-21Add support for SMC SMCWUSBT-G2.Jonathan Gray
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-11undo rev 1.10 "implement a zero-copy RX data path".Damien Bergamini
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-06-09re-indent prototypes after "Static" removal.Damien Bergamini
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-02-19do not do a curproc test for interrupt context, because it is plainly wrong.Theo de Raadt
2007-01-02Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on aClaudio Jeker
2006-12-16trim 802.11 FCS from received frames.Damien Bergamini
2006-12-03don't include <net80211/ieee80211_amrr.h>Damien Bergamini
2006-12-03The device doesn't always detach gracefully from the bus after a firmwareDamien Bergamini
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-10-03make sure to call SLIST_INIT on sc->rx_freelist.Damien Bergamini
2006-09-20implement a zero-copy RX data path.Damien Bergamini
2006-09-18fix my 1.7 commit.Damien Bergamini
2006-09-18better uath_set_rates().Damien Bergamini
2006-09-18cleanup the list of supported devices.Damien Bergamini
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-09-18More uath devices, also properly mark some of the UB52/AR5005UX devicesJonathan Gray
2006-09-16add new uath(4) ids and fix existing ones.Damien Bergamini
2006-09-16more uath(4) usb ids.Damien Bergamini
2006-09-16indentDamien Bergamini
2006-09-16Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UXDamien Bergamini