summaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/rtl8188e
AgeCommit message (Expand)Author
2024-12-31rtwn: fix builds on non-x86 platformsAdrian Chadd
2024-12-31rtwn: enable periodic TX reporting support on RTL8188EU NICs.Adrian Chadd
2024-12-20rtwn: create a new HAL routine for enabling STA mode beacon processingAdrian Chadd
2024-12-18rtwn: try enforcing net80211 regulatory / txpower limits for 11n chipsAdrian Chadd
2024-12-18rtwn: add APIs for setting transmit powerAdrian 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
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-04rtwm: purge EOL release compatibilityElliott Mitchell
2022-12-07rtwn: Fix mismatches in array bounds.John Baldwin
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-04rtwn_pci(4): sync r88ee_power_on() with OpenBSDAndriy Voskoboinyk
2019-01-02rtwn_pci(4): add support for RTL8188EE chipset.Andriy Voskoboinyk
2019-01-02rtwn(4): rename set_name -> set_rom_opts method and reuse it for RTL8188E*Andriy Voskoboinyk
2019-01-02rtwn(4): rename common RTL8188E* structures.Andriy Voskoboinyk
2019-01-02rtwn(4): do not try to start RTL8188E* MCU during device shutdown.Andriy Voskoboinyk
2019-01-02Move USB-specific parts from rtwn(4) to rtwn_usb(4)Andriy Voskoboinyk
2019-01-02rtwn_pci(4): add support for event-based Tx reports.Andriy Voskoboinyk
2019-01-02rtwn(4): drop obsolete comment + use 'nop' function for 92eu calibrationAndriy Voskoboinyk
2019-01-02rtwn(4): add IQ calibration support for RTL8188E*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): change type for Tx power values (RTL8192C / RTL8188EU).Andriy Voskoboinyk
2017-07-30rtwn: drop unnecessary / wrong conversion.Andriy Voskoboinyk
2017-06-17- Fix incorrect values in the computation of CCK and OFDM transmit powerKevin Lo
2017-06-07Change R88E_EFUSE_MAX_LEN to use the same value as the vendor's driverKevin Lo
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
2017-01-13Increase retry count to 100 in r88e_fw_cmd() and r92c_fw_cmd().Kevin Lo
2016-12-20Merge r92c_init_rf_common() into r92c_init_rf(). In r88eu_attach.c, we couldKevin Lo
2016-10-17rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk