summaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8812a
AgeCommit message (Expand)Author
2025-09-05rtwn: enable seqno offload; migrate to use ieee80211_output_seqno_assign()Adrian Chadd
2025-08-30net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb
2025-04-22rtwn: don't treat UDP/TCP checksum failure as permanent failureAdrian Chadd
2025-01-08rtwn: announce VHT support for RTL8812AU/RTL8821AU.Adrian Chadd
2025-01-08rtwn: add VHT20/VHT40/VHT80 bandwidth configuration for transmit.Adrian Chadd
2025-01-07rtwn: set the maximum A-MPDU size correctly for RTL8812AU/RTL8821AUAdrian Chadd
2025-01-07rtwn: don't set the RTS/CTS primary channel field for RTL8812AU/RTL8821AUAdrian Chadd
2025-01-05rtwn: calculate control rate for VHT rate framesAdrian Chadd
2025-01-02rtwn: add forcerate flag to TX descriptor setupAdrian Chadd
2024-12-20rtwn: create a new HAL routine for enabling STA mode beacon processingAdrian Chadd
2024-12-18rtwn: update rtwn_get_rates() to separate out the CCK/OFDM and HT ratesAdrian Chadd
2024-12-18rtwn: add APIs for setting transmit powerAdrian Chadd
2024-12-18rtwn: add tx power training for RTL8812/RTL8821Adrian Chadd
2024-12-13rtwn: update RTL8812AU/RTL8821AU receive path to include VHT infoAdrian Chadd
2024-12-13rtwn: add RTL8812/RTL8821 VHT80 channel programming, spur managementAdrian Chadd
2024-12-06rtwn: program the 1 and 2 stream VHT transmit power ratesAdrian Chadd
2024-12-06rtwn: calculate the transmit power for VHT ratesAdrian Chadd
2024-12-06rtwn: refactor out the rtl8812/rtl8821 tx power programmingAdrian Chadd
2024-12-06rtwn: expand the ridx numbers to include VHT; add accessor macrosAdrian Chadd
2024-12-06rtwn: add placeholder for the per-MACID rate reportAdrian Chadd
2024-12-06rtwn: enable HT40 for RTL8821/RTL8812 series NICsAdrian Chadd
2024-12-06rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 framesAdrian Chadd
2024-12-04rtwn: fix rtl8812/rtl8821 vht definitions, add VHT calibration/rate controlAdrian Chadd
2024-12-04rtwn: use ieee80211_ht_get_node_ampdu_density(), fix programming MAX_AGGAdrian Chadd
2024-12-03rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortg...Adrian Chadd
2024-12-03rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortg...Adrian Chadd
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-04rtwm: purge EOL release compatibilityElliott Mitchell
2022-12-21DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits
2021-10-22net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb
2020-09-01rtwn: clean up empty lines in .c and .h filesMateusz Guzik
2019-01-16rtwn(4): clear 'basic' rate bit before calculating RTS/CTS rate.Andriy Voskoboinyk
2018-06-19rtwn(4): decode some bit fields + merge duplicate code.Andriy Voskoboinyk
2018-03-16rtwn(4): de-hardcode ('h/w rate index' - 'corresponding MCS index') constantAndriy Voskoboinyk
2017-08-28rtwn(4): some initial preparations for (basic) VHT support.Andriy Voskoboinyk
2017-06-01rtwn: drop obsolete (since r319460) code.Andriy Voskoboinyk
2017-04-12rtwn: remove out-of-bounds access + fix debug output.Andriy Voskoboinyk
2017-01-24Add support for the Realtek RTL8192EU chipset.Kevin Lo
2017-01-21rtwn: enable LDPC support where possibleAndriy Voskoboinyk
2017-01-17rtwn: export more stats to net80211Andriy Voskoboinyk
2016-12-30rtwn: add (untested) radar detection support for RTL8821AUAndriy Voskoboinyk
2016-12-30- Fix incorrect values in the computation of OFDM and MCS Tx power.Kevin Lo
2016-12-29rtwn: silence compiler warning (-Wmaybe-uninitialized).Andriy Voskoboinyk
2016-12-20Merge r92c_init_rf_common() into r92c_init_rf(). In r88eu_attach.c, we couldKevin Lo
2016-11-21Update struct r12a_rom.Kevin Lo
2016-11-19For RTL8812AU:Kevin Lo
2016-11-14rtwn: drop excessive includes.Andriy Voskoboinyk
2016-11-05rtwn: fix Rx filter setup for some multi-vap configuratons.Andriy Voskoboinyk
2016-10-17rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk