summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Make variables static where appropriate.thompsa2009-06-131-1/+1
* unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sortsweongyo2009-06-092-137/+60
* reimplements RF logic for GCT chipset (as known as UW2453) to supportweongyo2009-06-042-155/+187
* cleanups the device match list.weongyo2009-06-041-48/+52
* ZyXEL G-202 has zd1211b chipset, not zd1211.weongyo2009-06-011-1/+1
* validate tx rate(s) in the raw xmit pathsam2009-05-292-6/+6
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-297-237/+237
* adds new device IDs.weongyo2009-05-291-0/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-2812-100/+100
* ports urtw(4) for USB2. Additionally it supports a 8187B chipset weaklyweongyo2009-05-273-0/+4718
* Print out device attachment.thompsa2009-05-212-0/+2
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-214-11/+11
* - rename usb2_mode to usb_mode [1]thompsa2009-05-215-5/+5
* Overhaul monitor mode handling:sam2009-05-208-152/+151
* try to unsetup USB xfers before calling ieee80211_ifdetach() to fix aweongyo2009-05-202-2/+2
* add TRENDnet TEW-504UB/EUsam2009-05-171-0/+1
* fix 11a channel use; mark OFDM operation correctlysam2009-05-171-2/+2
* ports upgt(4) driver for USB2.weongyo2009-05-112-0/+2886
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-029-957/+318
* We need to ref the bss node when sending the beacon since it goes through thethompsa2009-04-301-1/+1
OpenPOWER on IntegriCloud