aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_uath.c
Commit message (Expand)AuthorAgeFilesLines
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-1/+1
* Check for "ieee80211_vap_setup()" failure in all USB WLAN drivers.Hans Petter Selasky2013-11-061-2/+7
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Revert r252725 as it breaks WPA.Rui Paulo2013-07-141-6/+0
* Set ic_cryptocaps to make sure wpa_supplicant works with WEP.Rui Paulo2013-07-041-0/+6
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-101-20/+38
* Make sure we don't leak command buffers when a USBHans Petter Selasky2013-02-081-6/+6
* Fix regression issue after r244503:Hans Petter Selasky2013-02-081-13/+13
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-201-49/+29
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-2/+2
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-9/+14
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Style change.Hans Petter Selasky2011-11-121-9/+9
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from theGavin Atkinson2011-06-261-1/+0
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* We need to grab a node reference count to vap->iv_bss before using it as it isAndrew Thompson2010-09-021-3/+9
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Add the Netgear WPN111Andrew Thompson2010-01-291-0/+1
* removes a hack to attach TRENDnet TEW-504UB/EU that I think this issueWeongyo Jeong2010-01-191-1/+0
* fixes a TX hang that could be possible to happen when the trasfers areWeongyo Jeong2009-10-141-0/+3
* adds DLINK2 DWA120 device.Weongyo Jeong2009-07-271-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-35/+36
* reorders the sequence when the device is detached. After detaching theWeongyo Jeong2009-06-171-6/+34
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-20/+20
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-5/+5
* adds new device IDs.Weongyo Jeong2009-05-291-0/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-10/+10
* Print out device attachment.Andrew Thompson2009-05-211-0/+1
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-5/+5
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-201-36/+37
* try to unsetup USB xfers before calling ieee80211_ifdetach() to fix aWeongyo Jeong2009-05-201-1/+1
* add TRENDnet TEW-504UB/EUSam Leffler2009-05-171-0/+1
* fix 11a channel use; mark OFDM operation correctlySam Leffler2009-05-171-2/+2
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-12/+6
* Catch up with usb2_config struct layout changes.Andrew Thompson2009-04-051-14/+14
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXWeongyo Jeong2009-04-041-0/+2862