aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8188e
Commit message (Expand)AuthorAgeFilesLines
* rtwn: add rtwn_efuse_prereadAhmad Khalifa2026-08-232-0/+2
* rtwn: fix builds on non-x86 platformsAdrian Chadd2024-12-311-0/+2
* rtwn: enable periodic TX reporting support on RTL8188EU NICs.Adrian Chadd2024-12-315-2/+118
* rtwn: create a new HAL routine for enabling STA mode beacon processingAdrian Chadd2024-12-204-0/+15
* rtwn: try enforcing net80211 regulatory / txpower limits for 11n chipsAdrian Chadd2024-12-183-6/+32
* rtwn: add APIs for setting transmit powerAdrian Chadd2024-12-182-0/+2
* rtwn: expand the ridx numbers to include VHT; add accessor macrosAdrian Chadd2024-12-072-4/+3
* rtwn: add placeholder for the per-MACID rate reportAdrian Chadd2024-12-073-1/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-168-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* rtwm: purge EOL release compatibilityElliott Mitchell2023-02-041-13/+0
* rtwn: Fix mismatches in array bounds.John Baldwin2022-12-071-1/+3
* 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-0118-23/+0
* rtwn_pci(4): sync r88ee_power_on() with OpenBSDAndriy Voskoboinyk2019-01-042-5/+20
* rtwn_pci(4): add support for RTL8188EE chipset.Andriy Voskoboinyk2019-01-028-14/+800
* rtwn(4): rename set_name -> set_rom_opts method and reuse it for RTL8188E*Andriy Voskoboinyk2019-01-022-2/+12
* rtwn(4): rename common RTL8188E* structures.Andriy Voskoboinyk2019-01-022-24/+24
* rtwn(4): do not try to start RTL8188E* MCU during device shutdown.Andriy Voskoboinyk2019-01-021-1/+5
* Move USB-specific parts from rtwn(4) to rtwn_usb(4)Andriy Voskoboinyk2019-01-025-84/+96
* rtwn_pci(4): add support for event-based Tx reports.Andriy Voskoboinyk2019-01-025-78/+21
* rtwn(4): drop obsolete comment + use 'nop' function for 92eu calibrationAndriy Voskoboinyk2019-01-021-1/+1
* rtwn(4): add IQ calibration support for RTL8188E*Andriy Voskoboinyk2019-01-022-2/+330
* 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-2/+0
* rtwn(4): some initial preparations for (basic) VHT support.Andriy Voskoboinyk2017-08-281-2/+2
* rtwn(4): change type for Tx power values (RTL8192C / RTL8188EU).Andriy Voskoboinyk2017-08-272-2/+2
* rtwn: drop unnecessary / wrong conversion.Andriy Voskoboinyk2017-07-301-1/+1
* - Fix incorrect values in the computation of CCK and OFDM transmit powerKevin Lo2017-06-173-64/+9
* Change R88E_EFUSE_MAX_LEN to use the same value as the vendor's driverKevin Lo2017-06-071-1/+1
* 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-241-0/+1
* rtwn: export more stats to net80211Andriy Voskoboinyk2017-01-173-0/+20
* Increase retry count to 100 in r88e_fw_cmd() and r92c_fw_cmd().Kevin Lo2017-01-131-1/+1
* Merge r92c_init_rf_common() into r92c_init_rf(). In r88eu_attach.c, we couldKevin Lo2016-12-202-4/+1
* rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk2016-10-1723-0/+2534