summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* MFC r256500:hselasky2013-10-241-0/+1
* Add support for DLINK DWA-127 Wireless Adapterbr2013-09-051-0/+1
* Cleanup the allocations when the attachment fails.rpaulo2013-07-311-5/+8
* Unbreak sparc64 LINT. Need to fix this correctly at some point in the future.rpaulo2013-07-301-6/+6
* Import OpenBSD's rsu(4) WLAN driver.rpaulo2013-07-302-0/+3263
* Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adaptershselasky2013-07-298-16/+16
* Revert r252725 as it breaks WPA.rpaulo2013-07-147-42/+0
* Adding urtwn(4) firmware and related changes.hiren2013-07-101-1/+0
* Set ic_cryptocaps to make sure wpa_supplicant works with WEP.rpaulo2013-07-047-0/+42
* Fix a typo.rpaulo2013-06-301-1/+1
* Fix the RSSI calculation.rpaulo2013-06-301-0/+6
* Fix the ni_txrate calculation.rpaulo2013-06-301-1/+1
* Fix a reference count bug in urtwn_ra_init().rpaulo2013-06-301-0/+4
* Add support for D-Link DWA-131.kevlo2013-06-251-0/+1
* Use STRUCT_USB_HOST_ID to make sure we have the right ELF section.rpaulo2013-06-101-1/+1
* Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for therpaulo2013-06-082-0/+4912
* - Correct mispellings of word miscellaneousgabor2013-04-171-1/+1
* Add new USB ID.hselasky2013-03-211-0/+1
* Add new USB ID.hselasky2013-03-181-0/+1
* Fix bad EEPROM parsing code.hselasky2013-02-182-5/+31
* Remove unused variable.hselasky2013-02-132-2/+0
* - Streamline detach logic in wlan drivers, so thathselasky2013-02-1013-87/+237
* Make sure we don't leak command buffers when a USBhselasky2013-02-081-6/+6
* Fix regression issue after r244503:hselasky2013-02-082-25/+25
* Fix for "run0: wcid=xx out of range" error message.hselasky2013-01-041-4/+12
* Fix more regression issue after r244503.hselasky2012-12-241-0/+1
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-206-129/+88
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-047-11/+11
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-263-5/+5
* Add new USB device ID.hselasky2012-08-171-0/+1
* - Add support of the following USB devices to run(4):hrs2012-07-091-0/+2
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inhselasky2012-06-023-7/+32
* Fix compiler warnings, mostly signed issues,hselasky2012-04-027-84/+94
* Load the firmware during init not attach, as a root filesystem mightbschmidt2012-03-211-8/+8
* Add support for new USB device.hselasky2012-01-191-1/+1
* Fix some net80211 enum nits:bschmidt2011-12-177-47/+47
* Improve fix for random USB transfer time out.hselasky2011-12-141-12/+13
* Fix for random USB transfer time out.hselasky2011-12-141-7/+11
* Fix compile warning when using clang to compile the code.hselasky2011-12-061-1/+1
* Fix checks for error return from urtw_alloc_rx_data_list() andkevlo2011-12-021-2/+2
* Add new USB IDs to RUN driver.hselasky2011-11-211-0/+2
* Style change.hselasky2011-11-124-30/+31
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-077-7/+7
* Add new USB IDs to RUN driver. Update usb.conf.hselasky2011-10-191-0/+3
* Fix build after r226465.bz2011-10-171-1/+3
* Fix an issue with 11g beacon frames which looks to be a limitationadrian2011-10-171-8/+13
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from thegavin2011-06-262-1/+1
* - Remove duplicate USB ID.hselasky2011-06-251-1/+0
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-247-8/+8
* Use USB_VENDOR_OVISLINK define rather than the vendor ID.gavin2011-06-221-1/+1
OpenPOWER on IntegriCloud