summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_uath.c
Commit message (Expand)AuthorAgeFilesLines
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from thegavin2011-06-261-1/+0
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-021-3/+9
* 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
* Add the Netgear WPN111thompsa2010-01-291-0/+1
* removes a hack to attach TRENDnet TEW-504UB/EU that I think this issueweongyo2010-01-191-1/+0
* fixes a TX hang that could be possible to happen when the trasfers areweongyo2009-10-141-0/+3
* adds DLINK2 DWA120 device.weongyo2009-07-271-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-35/+36
* 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-151-20/+20
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-5/+5
* adds new device IDs.weongyo2009-05-291-0/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-10/+10
* Print out device attachment.thompsa2009-05-211-0/+1
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-5/+5
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Overhaul monitor mode handling:sam2009-05-201-36/+37
* try to unsetup USB xfers before calling ieee80211_ifdetach() to fix aweongyo2009-05-201-1/+1
* add TRENDnet TEW-504UB/EUsam2009-05-171-0/+1
* fix 11a channel use; mark OFDM operation correctlysam2009-05-171-2/+2
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-12/+6
* Catch up with usb2_config struct layout changes.thompsa2009-04-051-14/+14
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXweongyo2009-04-041-0/+2862
OpenPOWER on IntegriCloud