summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Guard against default ni_chankevlo2011-04-291-5/+6
* - Minor style(9) cleanupkevlo2011-04-011-6/+7
* Fix panic while associating access point.kevlo2011-03-251-3/+1
* Add the Buffalo (Melco Inc.) WLI-UC-G301Ndaichi2011-03-041-0/+1
* * Fix page fault caused by referring freed node.hselasky2011-02-143-54/+75
* Rework beacon handling re-enable run_updateslot().bschmidt2011-02-092-9/+78
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-173-5/+0
* Add new device ids.sanpei2010-11-291-0/+1
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-064-5/+1
* Add new USB device IDs to the list of supported devices.hselasky2010-10-141-0/+2
* USB WLAN:hselasky2010-10-131-0/+1
* In r207768 I silenced a console warning from rum(4). There was legitimateemaste2010-10-081-1/+5
* Fix build breakage from r212127thompsa2010-09-022-4/+2
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-027-16/+40
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-016-7/+11
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-144-1/+5
* Use more compact deviceid table.thompsa2010-07-111-194/+196
* Update for style(9).thompsa2010-07-111-140/+140
* Add new device id.thompsa2010-06-221-0/+1
* Fix typos that broke duration calculations on protection frames. A similarjkim2010-06-143-3/+3
* - Because hostapd calls iv_key_set() before if_init(), make sure key_setthompsa2010-06-142-18/+39
* Sync run(4) driver from author's site.thompsa2010-05-133-445/+789
* Add dummy function for ic_update_mcast (a la if_urtw) to avoid consoleemaste2010-05-081-0/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-037-12/+12
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-224-4/+4
* Remove previously added if 0's.rpaulo2010-04-091-12/+0
* Remove debugging code that snuck in.rpaulo2010-04-071-1/+0
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-079-210/+121
* - Integrate latest driver code from OpenBSDthompsa2010-03-113-129/+611
* Add the Netgear WPN111thompsa2010-01-291-0/+1
OpenPOWER on IntegriCloud