summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_uath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* Remove dead links.damien2011-01-061-3/+1
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-1/+5
* don't free network related resources if they were not allocatedjakemsr2010-10-271-3/+5
* check that a timeout(9) has been initialized before deleting itjakemsr2010-10-231-3/+5
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-2/+2
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* Interface drivers should use DV_IFNET, not DV_DULL.matthew2010-06-291-2/+2
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-4/+4
* timeout_add -> timeout_add_msecblambert2009-08-031-2/+2
* remove duplicated usb iddamien2008-12-151-2/+1
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-3/+3
* Add IDs for Philips SNU6500 to uath(4) ok damien@canacar2008-09-231-1/+2
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-2/+8
* add following devicesyuo2008-06-081-1/+3
* Add missing monitor mode capabilities flag.brad2008-04-171-1/+2
* Add support for SMC SMCWUSBT-G2.jsg2008-01-211-1/+2
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* undo rev 1.10 "implement a zero-copy RX data path".damien2007-09-111-52/+47
* use new malloc M_ZERO flag to shrink kernel.damien2007-09-071-2/+1
* unify firmware load failure messages; ok mglockerderaadt2007-08-281-3/+3
* replace the ieee80211_wepkey structure with a more generic ieee80211_keydamien2007-07-181-11/+8
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-3/+3
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-61/+61
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-2/+1
* re-indent prototypes after "Static" removal.damien2007-06-091-24/+16
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-97/+97
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-16/+17
* Remove logprintf macrojsg2007-05-211-3/+3
* do not do a curproc test for interrupt context, because it is plainly wrong.deraadt2007-02-191-7/+3
* Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on aclaudio2007-01-021-5/+7
* trim 802.11 FCS from received frames.damien2006-12-161-3/+3
* don't include <net80211/ieee80211_amrr.h>damien2006-12-031-2/+1
* The device doesn't always detach gracefully from the bus after a firmwaredamien2006-12-031-11/+28
* do not have each net80211 driver define its own rates structures. if they usederaadt2006-11-261-12/+3
* make sure to call SLIST_INIT on sc->rx_freelist.damien2006-10-031-5/+11
* implement a zero-copy RX data path.damien2006-09-201-52/+57
* fix my 1.7 commit.damien2006-09-181-2/+5
* better uath_set_rates().damien2006-09-181-8/+5
* cleanup the list of supported devices.damien2006-09-181-47/+29
* don't use IF_PREPEND() on altq's.damien2006-09-181-3/+3
* More uath devices, also properly mark some of the UB52/AR5005UX devicesjsg2006-09-181-5/+16
* add new uath(4) ids and fix existing ones.damien2006-09-161-38/+35
* more uath(4) usb ids.damien2006-09-161-1/+15
* indentdamien2006-09-161-2/+2