summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_atu.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
2014-03-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-12Instead of using a wrapper around usbd_transfer() when submitting aMartin Pieuchot
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-09-18usbdivar.h needs struct timeout. But don't get it indirectly viaKenneth R Westerback
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2010-12-17- use nitems()Jasper Lievisse Adriaanse
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-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2009-11-21Do the operations in atu_detach in the right order, as done inTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-10-06Another NPBFILTER comment typo.Jonathan Gray
2007-09-17remove unneeded malloc.h include.Federico G. Schwindt
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-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-01-02Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on aClaudio Jeker
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-11-26Make use of ieee80211_std_ratesetJonathan Gray
2006-07-17No point in memsetting individual struct members after memsetting theMichael Knudsen
2006-07-09remove dead codeDavid Gwynne
2006-07-09I don't think we're talking about animals in here, soMichael Knudsen
2006-06-27Add support for max rssi/signal strength percentage on RFMD 2958Jonathan Gray
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-19Don't sleep and then say we're going to sleep -- do it the other wayMichael Knudsen
2006-05-11if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie perMiod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
2006-01-29prettify dmesg output a touch. from Michael Knudsen.David Gwynne
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-07-07extend what jcs did a bit further by removing atus storage for the ssid.David Gwynne
2005-07-07initialize Scan.SSID from the right sourcejoshua stein
2005-07-01Remove duplicate if_start assignment. ok dlg@Jonathan Gray
2005-05-23Initial radiotap support. ok dlg@Jonathan Gray