aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8812a
Commit message (Expand)AuthorAgeFilesLines
* rtwn: don't treat UDP/TCP checksum failure as permanent failureAdrian Chadd2025-04-231-1/+9
* rtwn: announce VHT support for RTL8812AU/RTL8821AU.Adrian Chadd2025-01-091-3/+16
* rtwn: add VHT20/VHT40/VHT80 bandwidth configuration for transmit.Adrian Chadd2025-01-091-3/+38
* rtwn: set the maximum A-MPDU size correctly for RTL8812AU/RTL8821AUAdrian Chadd2025-01-083-1/+13
* rtwn: don't set the RTS/CTS primary channel field for RTL8812AU/RTL8821AUAdrian Chadd2025-01-081-0/+21
* rtwn: calculate control rate for VHT rate framesAdrian Chadd2025-01-051-2/+8
* rtwn: add forcerate flag to TX descriptor setupAdrian Chadd2025-01-032-2/+2
* rtwn: create a new HAL routine for enabling STA mode beacon processingAdrian Chadd2024-12-203-0/+11
* rtwn: update rtwn_get_rates() to separate out the CCK/OFDM and HT ratesAdrian Chadd2024-12-181-1/+2
* rtwn: add APIs for setting transmit powerAdrian Chadd2024-12-181-0/+1
* rtwn: add tx power training for RTL8812/RTL8821Adrian Chadd2024-12-182-0/+33
* rtwn: update RTL8812AU/RTL8821AU receive path to include VHT infoAdrian Chadd2024-12-141-4/+12
* rtwn: add RTL8812/RTL8821 VHT80 channel programming, spur managementAdrian Chadd2024-12-142-10/+75
* rtwn: program the 1 and 2 stream VHT transmit power ratesAdrian Chadd2024-12-072-1/+107
* rtwn: calculate the transmit power for VHT ratesAdrian Chadd2024-12-071-10/+26
* rtwn: refactor out the rtl8812/rtl8821 tx power programmingAdrian Chadd2024-12-071-21/+45
* rtwn: expand the ridx numbers to include VHT; add accessor macrosAdrian Chadd2024-12-072-9/+10
* rtwn: add placeholder for the per-MACID rate reportAdrian Chadd2024-12-071-0/+1
* rtwn: enable HT40 for RTL8821/RTL8812 series NICsAdrian Chadd2024-12-071-0/+7
* rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 framesAdrian Chadd2024-12-071-4/+3
* rtwn: fix rtl8812/rtl8821 vht definitions, add VHT calibration/rate controlAdrian Chadd2024-12-054-9/+17
* rtwn: use ieee80211_ht_get_node_ampdu_density(), fix programming MAX_AGGAdrian Chadd2024-12-051-2/+24
* rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortg...Adrian Chadd2024-12-031-6/+14
* rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortg...Adrian Chadd2024-12-031-7/+6
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1612-24/+0
* rtwm: purge EOL release compatibilityElliott Mitchell2023-02-041-13/+0
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-212-8/+8
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-221-0/+2
* 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