aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_runreg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* [run] note that PHY_HT is for mixed mode.Adrian Chadd2020-06-021-1/+1
* [run] Add initial 802.11n support.Adrian Chadd2020-05-291-5/+0
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-3/+0
* run: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-0/+12
* Fix max TX power settings for RT5390/RT5392.Kevin Lo2015-10-041-1/+0
* Add support for the MediaTek/Ralink RT3593 chipset.Kevin Lo2014-01-031-0/+65
* Fix style: add tab after #define.Kevin Lo2013-12-181-661/+659
* Add support to IQ calibration.Kevin Lo2013-12-181-21/+22
* Add support for the MediaTek/Ralink RT5572 chipset.Kevin Lo2013-12-061-14/+271
* Replace the magic numbers with something more readable.Kevin Lo2013-12-061-0/+10
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-6/+6
* Change run_rt2870_rf_write() prototype (no functional change)Kevin Lo2013-11-291-5/+0
* Remove a couple of unused macros.Kevin Lo2013-11-131-25/+0
* Add support for the MediaTek/Ralink RT5370/RT5372 chipset.Kevin Lo2013-11-111-63/+224
* Add RT2860_BCN_OFFSET1 and RT2860_MAX_LEN_CFG register initialization toKevin Lo2013-10-311-31/+2
* Initialize BBP68 to improve rx sensitivity.Kevin Lo2013-10-311-0/+1
* Fix rf registers for RT3070.Kevin Lo2013-10-181-2/+2
* * Fix page fault caused by referring freed node.Hans Petter Selasky2011-02-141-0/+13
* Sync run(4) driver from author's site.Andrew Thompson2010-05-131-19/+3
* - Integrate latest driver code from OpenBSDAndrew Thompson2010-03-111-15/+112
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Andrew Thompson2010-01-281-0/+1130