aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8812a
Commit message (Expand)AuthorAgeFilesLines
* rtwn: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0121-26/+0
* rtwn(4): clear 'basic' rate bit before calculating RTS/CTS rate.Andriy Voskoboinyk2019-01-161-1/+1
* rtwn(4): decode some bit fields + merge duplicate code.Andriy Voskoboinyk2018-06-193-10/+34
* rtwn(4): de-hardcode ('h/w rate index' - 'corresponding MCS index') constantAndriy Voskoboinyk2018-03-161-2/+4
* rtwn(4): some initial preparations for (basic) VHT support.Andriy Voskoboinyk2017-08-283-24/+24
* rtwn: drop obsolete (since r319460) code.Andriy Voskoboinyk2017-06-011-2/+0
* rtwn: remove out-of-bounds access + fix debug output.Andriy Voskoboinyk2017-04-121-1/+1
* Add support for the Realtek RTL8192EU chipset.Kevin Lo2017-01-243-2/+5
* rtwn: enable LDPC support where possibleAndriy Voskoboinyk2017-01-213-2/+24
* rtwn: export more stats to net80211Andriy Voskoboinyk2017-01-174-1/+99
* rtwn: add (untested) radar detection support for RTL8821AUAndriy Voskoboinyk2016-12-301-0/+9
* - Fix incorrect values in the computation of OFDM and MCS Tx power.Kevin Lo2016-12-301-11/+11
* rtwn: silence compiler warning (-Wmaybe-uninitialized).Andriy Voskoboinyk2016-12-291-1/+1
* Merge r92c_init_rf_common() into r92c_init_rf(). In r88eu_attach.c, we couldKevin Lo2016-12-201-1/+1
* Update struct r12a_rom.Kevin Lo2016-11-211-6/+7
* For RTL8812AU:Kevin Lo2016-11-192-18/+19
* rtwn: drop excessive includes.Andriy Voskoboinyk2016-11-141-1/+0
* rtwn: fix Rx filter setup for some multi-vap configuratons.Andriy Voskoboinyk2016-11-051-11/+6
* rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk2016-10-1727-0/+5518