summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_ral.c
AgeCommit message (Expand)Author
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-30* do not add timeouts if the driver is dyingJacob Meuser
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-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-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-07-10timeout_add -> timeout_add_msecBret Lambert
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-08-27pass FCS to radiotap.Damien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-14in ieee80211_input(), call if_start() after enqueuing frames in if_sndDamien Bergamini
2008-07-30Free the correct buffer list on failure.Damien Bergamini
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
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
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 le{16,32}toh macrosJonathan 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-07http://www.ralinktech.com/ domain name is for sale.Damien Bergamini
2006-12-03fix handling of the SIOCS80211CHANNEL ioctl in monitor mode:Damien Bergamini
2006-12-03don't schedule a USB task in {ural,rum}_newstate() if we're called fromDamien Bergamini
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-19restore the workaround for rate==0 bug.Damien Bergamini
2006-11-13first round of commits for proper 11b/g protection support:Damien Bergamini
2006-10-22make sure ni->ni_txrate is always initialized to a meaningful value byDamien Bergamini
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-08-24s/IEEE80211_MTU_MAX/IEEE80211_MAX_LEN/ in my previous commit.Damien Bergamini
2006-08-23- fall back to 1Mbps if tx rate is returned as zero. avoids divide by zero. ...Niall O'Higgins
2006-08-23the maximum MTU allowed for IEEE802.11 is 2290 which is greater thanDamien Bergamini
2006-08-23Add Nova Tech NV-902W, and mention another Zinwell ural(4) device.Jonathan Gray
2006-08-18set of unrelated cosmetic tweaks.Damien Bergamini
2006-08-18fix a printf format stringDamien Bergamini
2006-08-18sync w/ rum(4):Damien Bergamini
2006-08-09fix endianness. this should give rate adaptation a better chance to workDamien Bergamini