aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8192c
Commit message (Expand)AuthorAgeFilesLines
* rtwn: enable seqno offload; migrate to use ieee80211_output_seqno_assign()Adrian Chadd2025-09-061-6/+5
* rtwn: allow firmware rate control to be enabled for rtl8192cuAdrian Chadd2025-01-141-5/+1
* rtwn: refactor out the r92c path protection decision / configurationAdrian Chadd2025-01-141-22/+78
* rtwn: refactor out datarate and short preamble setupAdrian Chadd2025-01-141-13/+34
* rtwn: add forcerate flag to TX descriptor setupAdrian Chadd2025-01-032-2/+2
* rtwn: only set INIRATE if we're not doing firmware rate control.Adrian Chadd2024-12-311-1/+6
* rtwn: enable periodic TX reporting support on RTL8188EU NICs.Adrian Chadd2024-12-311-1/+22
* rtwn: remove SEQ_SEL, replace with a QOS bitAdrian Chadd2024-12-313-9/+7
* rtwn: create a new HAL routine for enabling STA mode beacon processingAdrian Chadd2024-12-204-0/+23
* rtwn: bring the r92c rate control setup selection in line with tx descriptorsAdrian Chadd2024-12-191-1/+1
* rtwn: disable a workaround introduced earlier for RTL8192CU TX performanceAdrian Chadd2024-12-192-8/+0
* rtwn: add a default OFDM / CCK rate for self-generated framesAdrian Chadd2024-12-191-0/+26
* rtwn: set the shortgi flag in the RTL8192C rate control setup messageAdrian Chadd2024-12-191-2/+12
* rtwn: add SGI flag for the rate control messageAdrian Chadd2024-12-181-0/+1
* rtwn: update rtwn_get_rates() to separate out the CCK/OFDM and HT ratesAdrian Chadd2024-12-181-4/+11
* rtwn: try enforcing net80211 regulatory / txpower limits for 11n chipsAdrian Chadd2024-12-184-3/+33
* rtwn: refactor out the TX power register power dump, condense outputAdrian Chadd2024-12-182-12/+53
* rtwn: add APIs for setting transmit powerAdrian Chadd2024-12-182-0/+2
* rtwn: add a register value for R92C_FPGA0_POWER_SAVE, and other bitsAdrian Chadd2024-12-142-1/+9
* rtwn: remove unused rate configuration code for management traffic.Adrian Chadd2024-12-071-25/+0
* rtwn: expand the ridx numbers to include VHT; add accessor macrosAdrian Chadd2024-12-074-10/+10
* rtwn: add placeholder for the per-MACID rate reportAdrian Chadd2024-12-072-0/+2
* rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 framesAdrian Chadd2024-12-071-2/+1
* 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/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1623-46/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1618-18/+0
* rtwm: purge EOL release compatibilityElliott Mitchell2023-02-041-13/+0
* rtwn: Fix mismatches in array bounds.John Baldwin2022-12-071-2/+4
* rtwn: make sure to not write in upper bits of txdseqAndriy Gapon2021-06-211-1/+1
* rtwn: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0132-43/+1
* rtwn_usb(4): fix Tx instability with RTL8192CU chipsetsAndriy Voskoboinyk2019-03-043-0/+9
* rtwn_usb(4): fix LED blinking for RTL8192CU during scanningAndriy Voskoboinyk2019-03-041-0/+1
* rtwn(4): clear 'basic' rate bit before calculating RTS/CTS rate.Andriy Voskoboinyk2019-01-161-1/+1
* rtwn_usb(4): add IQ calibration support for RTL8192CUAndriy Voskoboinyk2019-01-102-2/+352
* rtwn_pci(4): sync r88ee_power_on() with OpenBSDAndriy Voskoboinyk2019-01-041-0/+2
* rtwn(4): rename set_name -> set_rom_opts method and reuse it for RTL8188E*Andriy Voskoboinyk2019-01-024-8/+8
* rtwn_pci(4): add support for event-based Tx reports.Andriy Voskoboinyk2019-01-028-13/+14
* rtwn(4): provide register definitions for RTL8188CE calibration routines.Andriy Voskoboinyk2019-01-022-26/+48
* rtwn(4): de-hardcode ('h/w rate index' - 'corresponding MCS index') constantAndriy Voskoboinyk2018-03-161-1/+2
* rtwn(4): reset Tx power values before calling get_txpower()Andriy Voskoboinyk2018-03-101-1/+1
* rtwn(4): some initial preparations for (basic) VHT support.Andriy Voskoboinyk2017-08-285-26/+26
* rtwn(4): deduplicate r92c_write_txpower().Andriy Voskoboinyk2017-08-272-1/+3
* rtwn(4): change type for Tx power values (RTL8192C / RTL8188EU).Andriy Voskoboinyk2017-08-273-5/+5
* - Fix incorrect values in the computation of CCK and OFDM transmit powerKevin Lo2017-06-171-4/+2
* 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-4/+4
* Add support for the Realtek RTL8192EU chipset.Kevin Lo2017-01-246-0/+127
* rtwn: export more stats to net80211Andriy Voskoboinyk2017-01-176-1/+56