summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_rum.c
AgeCommit message (Expand)Author
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-03-27Match on Edimax EW-7318Ug, EW-7318USg, EW-7618UgJonathan Gray
2009-03-27Linksys WUSB200 should work according to linux driverJonathan Gray
2009-02-03add Buffalo WLI-U2-SG54HGKevin Lo
2008-12-22do not leak an AMRR USB xfer at each ifconfig down/up.Damien Bergamini
2008-12-10another rum; Arndt at ba-loerrach.deTheo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-19another rum; Jonathan LeeTheo de Raadt
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-06-29new belkin rum with california designed plasticTheo de Raadt
2008-06-13D-Link DWA-111, from kevlo via FreeBSD.Jonathan Gray
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-04-01Add Corega CG-WLUSB2GPX.Jonathan Gray
2008-03-03Two more rum devices from Ralink driver via sephe@dragonfly.Jonathan Gray
2008-02-22I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.Jonathan Gray
2008-01-05SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.uaTheo de Raadt
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-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-02-08commit the correct version of this, which matches recent additions.Jonathan Gray
2007-02-08add entry for WLI-U2-SG54HP. forgotten on previous commit.Jun-ichiro itojun Hagino
2007-02-08Add quite a few more rum(4) devices.Jonathan Gray
2007-01-08attach to Gigabyte GN-WI05GS Mini-PCI Express adapters.Damien Bergamini
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio 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-10-19Support later versions of the ASUS WL-167g which have switchedJonathan Gray
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