summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_run.c
Commit message (Expand)AuthorAgeFilesLines
* Restore missing pieces lost during net80211 revertRenato Botelho2016-02-241-0/+1
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-221-18/+16
* Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2015-12-141-0/+1
|\
| * MFC r263985, r275646 and r289028:hselasky2015-12-141-0/+2
* | Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-16/+18
|/
* MFC r281745:kevlo2015-04-231-1/+2
* MFC r273448:kevlo2014-10-251-0/+6
* MFC r270643:kevlo2014-08-301-1/+1
* MFC r270192:kevlo2014-08-251-5/+5
* MFC r267089:kevlo2014-06-091-0/+1
* MFC r262795:hselasky2014-03-121-5/+12
* MFC r262465:kevlo2014-02-281-3/+6
* MFC r260444:kevlo2014-02-171-2/+2
* MFC r259544, r259545, r259546, r259547, r259812, r259939, r260219, r260542,kevlo2014-02-141-153/+782
* MFC r238274, r246752, r256720, r256721, r256722, r256955, r257409hselasky2013-12-161-191/+855
* MFC r256500:hselasky2013-10-241-0/+1
* Add support for DLINK DWA-127 Wireless Adapterbr2013-09-051-0/+1
* Add new USB ID.hselasky2013-03-181-0/+1
* - Streamline detach logic in wlan drivers, so thathselasky2013-02-101-4/+12
* Fix for "run0: wcid=xx out of range" error message.hselasky2013-01-041-4/+12
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* 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-021-4/+11
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-13/+14
* 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-171-5/+5
* 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
* Add new USB IDs to RUN driver.hselasky2011-11-211-0/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add new USB IDs to RUN driver. Update usb.conf.hselasky2011-10-191-0/+3
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* - Minor style(9) cleanupkevlo2011-04-011-6/+7
* Add the Buffalo (Melco Inc.) WLI-UC-G301Ndaichi2011-03-041-0/+1
* * Fix page fault caused by referring freed node.hselasky2011-02-141-53/+58
* Rework beacon handling re-enable run_updateslot().bschmidt2011-02-091-9/+77
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-1/+0
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-2/+1
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-021-3/+10
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-4/+4
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-1/+2
* Use more compact deviceid table.thompsa2010-07-111-194/+196
* Update for style(9).thompsa2010-07-111-140/+140
* Fix typos that broke duration calculations on protection frames. A similarjkim2010-06-141-1/+1
* - Because hostapd calls iv_key_set() before if_init(), make sure key_setthompsa2010-06-141-18/+38
* Sync run(4) driver from author's site.thompsa2010-05-131-412/+739
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
OpenPOWER on IntegriCloud