summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_rum.c
AgeCommit message (Expand)Author
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
2006-08-23the maximum MTU allowed for IEEE802.11 is 2290 which is greater thanDamien Bergamini
2006-08-23in rum_rxeof(), don't check xfer length against IEEE80211_MIN_LEN sinceDamien Bergamini
2006-08-18set of unrelated cosmetic tweaks.Damien Bergamini
2006-08-18fix a printf format stringDamien Bergamini
2006-08-18- fix support for RT5225 (802.11a MIMO)Damien Bergamini
2006-08-17Separate rum(4) firmware from ral(4) ones.Damien Bergamini
2006-08-16Belkin RT2601USB.Jonathan Gray
2006-08-14Add a bunch more devices.Jonathan Gray
2006-08-14Disable default debug setting now rum works.Jonathan Gray
2006-08-10tell if chipset supports MIMO in dmesg output.Damien Bergamini
2006-08-09mega-commit of unrelated changes to bring rum(4) into a working state.Damien Bergamini
2006-07-19RX descriptor is located at the beginning of the RX buffer, unlikeDamien Bergamini
2006-07-19remove rum_set{tx,rx}antenna() that were specific to RT2500USB.Damien Bergamini
2006-07-19write firmware 4 bytes at a time.Damien Bergamini
2006-07-19revert part of r1.6 commit.Damien Bergamini
2006-07-19fix rum_set_macaddr() and cleanup rum_set_bssid().Damien Bergamini