summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-064-5/+1
* Add new USB device IDs to the list of supported devices.hselasky2010-10-141-0/+2
* USB WLAN:hselasky2010-10-131-0/+1
* In r207768 I silenced a console warning from rum(4). There was legitimateemaste2010-10-081-1/+5
* Fix build breakage from r212127thompsa2010-09-022-4/+2
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-027-16/+40
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-016-7/+11
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-144-1/+5
* Use more compact deviceid table.thompsa2010-07-111-194/+196
* Update for style(9).thompsa2010-07-111-140/+140
* Add new device id.thompsa2010-06-221-0/+1
* Fix typos that broke duration calculations on protection frames. A similarjkim2010-06-143-3/+3
* - Because hostapd calls iv_key_set() before if_init(), make sure key_setthompsa2010-06-142-18/+39
* Sync run(4) driver from author's site.thompsa2010-05-133-445/+789
* Add dummy function for ic_update_mcast (a la if_urtw) to avoid consoleemaste2010-05-081-0/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-037-12/+12
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-224-4/+4
* Remove previously added if 0's.rpaulo2010-04-091-12/+0
* Remove debugging code that snuck in.rpaulo2010-04-071-1/+0
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-079-210/+121
* - Integrate latest driver code from OpenBSDthompsa2010-03-113-129/+611
* Add the Netgear WPN111thompsa2010-01-291-0/+1
* Attempt to recover on a TX error rather than stopping all transfers.thompsa2010-01-292-8/+18
* Add device ID.thompsa2010-01-291-0/+1
* Use device_printf rather than printf + device_get_nameunit.thompsa2010-01-281-30/+21
* Release the firmware after loading to the device.thompsa2010-01-282-16/+28
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.thompsa2010-01-283-0/+5495
* adds sysctl knobs to show rate statistics that it could be useful toweongyo2010-01-272-0/+59
* removes a hack to attach TRENDnet TEW-504UB/EU that I think this issueweongyo2010-01-191-1/+0
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-262-77/+81
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-14/+14
* 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-183-371/+658
* fixes a TX hang that could be possible to happen when the trasfers areweongyo2009-10-145-2/+23
* fixes a TX hang bug that it could happen when if_start callback didn'tweongyo2009-10-141-2/+8
* 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-083-1284/+1276
* Add necessary include.phk2009-09-083-1276/+1284
* fix a TX issue on big endian machines like powerpc or sparc64. Nowweongyo2009-09-041-1/+1
* Remove redundant locking.alfred2009-08-241-2/+0
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-2/+2
* adds DLINK2 DWA120 device.weongyo2009-07-271-0/+1
* 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-263-6/+2
* updates AMRR statistics with tx complete status that if not the tx rateweongyo2009-06-251-0/+3
* uses ZYD_NOTIF_RETRYSTATUS info to count the number of retries.weongyo2009-06-251-1/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-236-219/+222
* reorders the sequence when the device is detached. After detaching theweongyo2009-06-171-6/+34
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-156-204/+204
OpenPOWER on IntegriCloud