summaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8192c
AgeCommit message (Expand)Author
2025-09-05rtwn: enable seqno offload; migrate to use ieee80211_output_seqno_assign()Adrian Chadd
2025-01-13rtwn: allow firmware rate control to be enabled for rtl8192cuAdrian Chadd
2025-01-13rtwn: refactor out the r92c path protection decision / configurationAdrian Chadd
2025-01-13rtwn: refactor out datarate and short preamble setupAdrian Chadd
2025-01-02rtwn: add forcerate flag to TX descriptor setupAdrian Chadd
2024-12-31rtwn: only set INIRATE if we're not doing firmware rate control.Adrian Chadd
2024-12-31rtwn: enable periodic TX reporting support on RTL8188EU NICs.Adrian Chadd
2024-12-30rtwn: remove SEQ_SEL, replace with a QOS bitAdrian Chadd
2024-12-20rtwn: create a new HAL routine for enabling STA mode beacon processingAdrian Chadd
2024-12-19rtwn: bring the r92c rate control setup selection in line with tx descriptorsAdrian Chadd
2024-12-19rtwn: disable a workaround introduced earlier for RTL8192CU TX performanceAdrian Chadd
2024-12-19rtwn: add a default OFDM / CCK rate for self-generated framesAdrian Chadd
2024-12-19rtwn: set the shortgi flag in the RTL8192C rate control setup messageAdrian Chadd
2024-12-18rtwn: add SGI flag for the rate control messageAdrian Chadd
2024-12-18rtwn: update rtwn_get_rates() to separate out the CCK/OFDM and HT ratesAdrian Chadd
2024-12-18rtwn: try enforcing net80211 regulatory / txpower limits for 11n chipsAdrian Chadd
2024-12-18rtwn: refactor out the TX power register power dump, condense outputAdrian Chadd
2024-12-18rtwn: add APIs for setting transmit powerAdrian Chadd
2024-12-13rtwn: add a register value for R92C_FPGA0_POWER_SAVE, and other bitsAdrian Chadd
2024-12-06rtwn: remove unused rate configuration code for management traffic.Adrian 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: use ieee80211_ht_check_tx_ht40() to transmit HT40 framesAdrian 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$: one-line .h patternWarner Losh
2023-02-04rtwm: purge EOL release compatibilityElliott Mitchell
2022-12-07rtwn: Fix mismatches in array bounds.John Baldwin
2021-06-21rtwn: make sure to not write in upper bits of txdseqAndriy Gapon
2020-09-01rtwn: clean up empty lines in .c and .h filesMateusz Guzik
2019-03-04rtwn_usb(4): fix Tx instability with RTL8192CU chipsetsAndriy Voskoboinyk
2019-03-04rtwn_usb(4): fix LED blinking for RTL8192CU during scanningAndriy Voskoboinyk
2019-01-16rtwn(4): clear 'basic' rate bit before calculating RTS/CTS rate.Andriy Voskoboinyk
2019-01-10rtwn_usb(4): add IQ calibration support for RTL8192CUAndriy Voskoboinyk
2019-01-04rtwn_pci(4): sync r88ee_power_on() with OpenBSDAndriy Voskoboinyk
2019-01-02rtwn(4): rename set_name -> set_rom_opts method and reuse it for RTL8188E*Andriy Voskoboinyk
2019-01-02rtwn_pci(4): add support for event-based Tx reports.Andriy Voskoboinyk
2019-01-02rtwn(4): provide register definitions for RTL8188CE calibration routines.Andriy Voskoboinyk
2018-03-16rtwn(4): de-hardcode ('h/w rate index' - 'corresponding MCS index') constantAndriy Voskoboinyk
2018-03-10rtwn(4): reset Tx power values before calling get_txpower()Andriy Voskoboinyk
2017-08-28rtwn(4): some initial preparations for (basic) VHT support.Andriy Voskoboinyk
2017-08-27rtwn(4): deduplicate r92c_write_txpower().Andriy Voskoboinyk
2017-08-27rtwn(4): change type for Tx power values (RTL8192C / RTL8188EU).Andriy Voskoboinyk
2017-06-17- Fix incorrect values in the computation of CCK and OFDM transmit powerKevin Lo
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-17rtwn: export more stats to net80211Andriy Voskoboinyk