summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_uath.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-20/+38
* Make sure we don't leak command buffers when a USBhselasky2013-02-081-6/+6
* Fix regression issue after r244503:hselasky2013-02-081-13/+13
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-201-49/+29
* 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-9/+14
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* Style change.hselasky2011-11-121-9/+9
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* 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