aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_runvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* [run] Fix up tx/rx frame size.Adrian Chadd2020-06-031-2/+3
* [run] Add initial 802.11n support.Adrian Chadd2020-05-291-2/+0
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-1/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-0/+1
* net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.Andriy Voskoboinyk2016-09-201-3/+1
* zyd, run, ural: do not corrupt MAC addressAndriy Voskoboinyk2016-03-031-0/+2
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...Adrian Chadd2015-10-121-2/+0
* run(4): Add initial support for IBSS merge.Adrian Chadd2015-10-031-0/+4
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-1/+0
* Add TSF field into TX/RX radiotap headersKevin Lo2015-09-081-2/+6
* - Remove empty key_update_* functions.Kevin Lo2015-09-081-0/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-5/+4
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-4/+5
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-5/+4
* Add a flag to run's device list which uses a standard scsi eject.Kevin Lo2014-02-251-0/+5
* Revert r261014. Let Kevin fix it.Hans Petter Selasky2014-01-231-1/+0
* - Fix some non-portable code with regard to endianness. Don't use memmove().Hans Petter Selasky2014-01-221-0/+1
* Add support for the MediaTek/Ralink RT3593 chipset.Kevin Lo2014-01-031-0/+1
* Fix style: add tab after #define.Kevin Lo2013-12-181-19/+19
* Add support for the MediaTek/Ralink RT5572 chipset.Kevin Lo2013-12-061-7/+1
* The RUN_MAX_TXSZ constat is defined as Tx desc + Tx wireless info + MCLBYTES +Kevin Lo2013-12-021-1/+1
* Add support for the MediaTek/Ralink RT5370/RT5372 chipset.Kevin Lo2013-11-111-1/+1
* Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adaptersHans Petter Selasky2013-07-291-2/+2
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-101-0/+1
* * Fix page fault caused by referring freed node.Hans Petter Selasky2011-02-141-1/+4
* Rework beacon handling re-enable run_updateslot().Bernhard Schmidt2011-02-091-0/+1
* - Because hostapd calls iv_key_set() before if_init(), make sure key_setAndrew Thompson2010-06-141-0/+1
* Sync run(4) driver from author's site.Andrew Thompson2010-05-131-14/+47
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-7/+5
* - Integrate latest driver code from OpenBSDAndrew Thompson2010-03-111-7/+13
* Release the firmware after loading to the device.Andrew Thompson2010-01-281-2/+0
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Andrew Thompson2010-01-281-0/+222