aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn
Commit message (Expand)AuthorAgeFilesLines
* rtwn: migrate to new ieee80211 key data accessorsAdrian Chadd2025-11-141-4/+12
* [rtwn] don't send NULL data frames if we're compiled with firmware enabledAdrian Chadd2025-09-201-0/+5
* rtwn: enable seqno offload; migrate to use ieee80211_output_seqno_assign()Adrian Chadd2025-09-064-14/+20
* net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb2025-08-301-2/+2
* rtwn: fix mbuf allocation errors in USB RX path for > 4 KiB framesAdrian Chadd2025-05-011-3/+8
* rtwn: don't treat UDP/TCP checksum failure as permanent failureAdrian Chadd2025-04-231-1/+9
* rtwn: enable reception of BAR framesJessica Clarke2025-04-231-0/+8
* rtwn: add support for AES-GCM-128 in the supported software cipher setAdrian Chadd2025-03-271-0/+5
* rtwn: move to using ieee80211_node_get_txrate()Adrian Chadd2025-02-261-11/+38
* sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd2025-02-261-1/+1
* rtwn: add workaround sleep in r92e_set_chan()Adrian Chadd2025-01-221-0/+24
* rtwn: bring the RTL8192EU RF read/write routines in line with rtl8xxxuAdrian Chadd2025-01-221-0/+3
* rtwn: fix RTL8192EU power-down / power-up hangingAdrian Chadd2025-01-221-0/+4
* 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: explicitly configure RTS based on basic ratesAdrian Chadd2025-01-143-3/+41
* rtwn: fix RTWN_RIDX_VHT_MCS() macroAdrian Chadd2025-01-141-1/+1
* rtwn: announce VHT support for RTL8812AU/RTL8821AU.Adrian Chadd2025-01-094-6/+55
* rtwn: add VHT20/VHT40/VHT80 bandwidth configuration for transmit.Adrian Chadd2025-01-091-3/+38
* rtwn: set the maximum A-MPDU size correctly for RTL8812AU/RTL8821AUAdrian Chadd2025-01-084-1/+14
* rtwn: don't set the RTS/CTS primary channel field for RTL8812AU/RTL8821AUAdrian Chadd2025-01-081-0/+21
* rtwn: calculate control rate for VHT rate framesAdrian Chadd2025-01-051-2/+8
* rtwn: add forcerate flag to TX descriptor setupAdrian Chadd2025-01-036-12/+16
* rtwn: enable VHT if it's configured in the deviceAdrian Chadd2025-01-031-0/+8
* rtwn: fix builds on non-x86 platformsAdrian Chadd2024-12-311-0/+2
* rtwn: print out the firmware file being loadedAdrian Chadd2024-12-311-1/+2
* rtwn: add rtwn_ctl_vhtrate(), some cleanupsAdrian Chadd2024-12-311-15/+30
* 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-317-3/+141
* rtwn: add support for register IO debuggingAdrian Chadd2024-12-312-0/+35
* rtwn: remove SEQ_SEL, replace with a QOS bitAdrian Chadd2024-12-313-9/+7
* rtwn: make sure RCR_APPFCS stays set in monitor mode / mode changes.Adrian Chadd2024-12-281-1/+8
* rtwn: create a new HAL routine for enabling STA mode beacon processingAdrian Chadd2024-12-2015-0/+58
* 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-193-9/+73
* 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-185-15/+39
* rtwn: bump up the RX USB buffersAdrian Chadd2024-12-181-1/+1
* rtwn: try enforcing net80211 regulatory / txpower limits for 11n chipsAdrian Chadd2024-12-1810-18/+107
* rtwn: refactor out the TX power register power dump, condense outputAdrian Chadd2024-12-183-21/+55
* rtwn: add APIs for setting transmit powerAdrian Chadd2024-12-1810-0/+26
* rtwn: add tx power training for RTL8812/RTL8821Adrian Chadd2024-12-182-0/+33
* rtwn: add a register value for R92C_FPGA0_POWER_SAVE, and other bitsAdrian Chadd2024-12-142-1/+9
* rtwn: update RTL8812AU/RTL8821AU receive path to include VHT infoAdrian Chadd2024-12-141-4/+12
* rtwn: add RTL8812/RTL8821 VHT80 channel programming, spur managementAdrian Chadd2024-12-142-10/+75
* rtwn: remove unused rate configuration code for management traffic.Adrian Chadd2024-12-071-25/+0
* rtwn: add VHT awareness to rtwn_chan2centieee()Adrian Chadd2024-12-071-0/+3