summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_urtw.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r252725 as it breaks WPA.rpaulo2013-07-141-6/+0
* Set ic_cryptocaps to make sure wpa_supplicant works with WEP.rpaulo2013-07-041-0/+6
* - Streamline detach logic in wlan drivers, so thathselasky2013-02-101-44/+89
* Fix more regression issue after r244503.hselasky2012-12-241-0/+1
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-201-55/+38
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-2/+2
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-14/+14
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* Fix checks for error return from urtw_alloc_rx_data_list() andkevlo2011-12-021-2/+2
* Style change.hselasky2011-11-121-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* Use USB_VENDOR_OVISLINK define rather than the vendor ID.gavin2011-06-221-1/+1
* 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