summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_run.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove previously added if 0's.rpaulo2010-04-091-12/+0
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-40/+48
* - Integrate latest driver code from OpenBSDthompsa2010-03-111-107/+486
* Use device_printf rather than printf + device_get_nameunit.thompsa2010-01-281-30/+21
* Release the firmware after loading to the device.thompsa2010-01-281-14/+28
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.thompsa2010-01-281-0/+4143
OpenPOWER on IntegriCloud