aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* - Correct mispellings of word miscellaneousGabor Kovesdan2013-04-171-1/+1
* Add new USB ID.Hans Petter Selasky2013-03-211-0/+1
* Add new USB ID.Hans Petter Selasky2013-03-181-0/+1
* Fix bad EEPROM parsing code.Hans Petter Selasky2013-02-182-5/+31
* Remove unused variable.Hans Petter Selasky2013-02-132-2/+0
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-1013-87/+237
* 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-082-25/+25
* Fix for "run0: wcid=xx out of range" error message.Hans Petter Selasky2013-01-041-4/+12
* Fix more regression issue after r244503.Hans Petter Selasky2012-12-241-0/+1
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-206-129/+88
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-047-11/+11
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-263-5/+5
* Add new USB device ID.Hans Petter Selasky2012-08-171-0/+1
* - Add support of the following USB devices to run(4):Hiroki Sato2012-07-091-0/+2
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inHans Petter Selasky2012-06-023-7/+32
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-027-84/+94
* Load the firmware during init not attach, as a root filesystem mightBernhard Schmidt2012-03-211-8/+8
* Add support for new USB device.Hans Petter Selasky2012-01-191-1/+1
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-177-47/+47
* Improve fix for random USB transfer time out.Hans Petter Selasky2011-12-141-12/+13
* Fix for random USB transfer time out.Hans Petter Selasky2011-12-141-7/+11
* Fix compile warning when using clang to compile the code.Hans Petter Selasky2011-12-061-1/+1
* Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo2011-12-021-2/+2
* Add new USB IDs to RUN driver.Hans Petter Selasky2011-11-211-0/+2
* Style change.Hans Petter Selasky2011-11-124-30/+31
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-077-7/+7
* Add new USB IDs to RUN driver. Update usb.conf.Hans Petter Selasky2011-10-191-0/+3
* Fix build after r226465.Bjoern A. Zeeb2011-10-171-1/+3
* Fix an issue with 11g beacon frames which looks to be a limitationAdrian Chadd2011-10-171-8/+13
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from theGavin Atkinson2011-06-262-1/+1
* - Remove duplicate USB ID.Hans Petter Selasky2011-06-251-1/+0
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-247-8/+8
* Use USB_VENDOR_OVISLINK define rather than the vendor ID.Gavin Atkinson2011-06-221-1/+1
* Guard against default ni_chanKevin Lo2011-04-291-5/+6
* - Minor style(9) cleanupKevin Lo2011-04-011-6/+7
* Fix panic while associating access point.Kevin Lo2011-03-251-3/+1
* Add the Buffalo (Melco Inc.) WLI-UC-G301NDaichi GOTO2011-03-041-0/+1
* * Fix page fault caused by referring freed node.Hans Petter Selasky2011-02-143-54/+75
* Rework beacon handling re-enable run_updateslot().Bernhard Schmidt2011-02-092-9/+78
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.Bernhard Schmidt2011-01-173-5/+0
* Add new device ids.MIHIRA Sanpei Yoshiro2010-11-291-0/+1
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-064-5/+1
* Add new USB device IDs to the list of supported devices.Hans Petter Selasky2010-10-141-0/+2
* USB WLAN:Hans Petter Selasky2010-10-131-0/+1
* In r207768 I silenced a console warning from rum(4). There was legitimateEd Maste2010-10-081-1/+5
* Fix build breakage from r212127Andrew Thompson2010-09-022-4/+2
* We need to grab a node reference count to vap->iv_bss before using it as it isAndrew Thompson2010-09-027-16/+40
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-016-7/+11
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-144-1/+5