summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_urtw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage from r212127thompsa2010-09-021-2/+1
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-021-1/+4
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Remove debugging code that snuck in.rpaulo2010-04-071-1/+0
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-0/+1
* adds sysctl knobs to show rate statistics that it could be useful toweongyo2010-01-271-0/+53
* fixes a typo that value should be 0 not 10.weongyo2009-11-031-1/+1
* overhauls urtw(4) for supporting RTL8187B devices properly that thereweongyo2009-10-181-356/+508
* fixes a TX hang that could be possible to happen when the trasfers areweongyo2009-10-141-0/+3
* updates device entries supported with the product name not magic numbersweongyo2009-10-041-11/+12
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1282/+1271
* Add necessary include.phk2009-09-081-1271/+1282
* Add ids of Sitecom USB wlan gadget.phk2009-06-281-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-21/+15
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-68/+68
* Make variables static where appropriate.thompsa2009-06-131-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-196/+196
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-26/+26
* ports urtw(4) for USB2. Additionally it supports a 8187B chipset weaklyweongyo2009-05-271-0/+4241
OpenPOWER on IntegriCloud