summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_uath.c
AgeCommit message (Expand)Author
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