aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2026-04-22wifi: rtw88: fix device leak on probe failureJohan Hovold1-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook21-45/+45
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2026-02-04Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski28-144/+2047
2026-02-02net: remove unnecessary module_init/exit functionsEthan Nelson-Moore1-13/+0
2026-02-02Merge tag 'rtw-next-2026-01-30' of https://github.com/pkshih/rtwJohannes Berg28-144/+2047
2026-01-30wifi: rtw89: pci: warn if SPS OCP happens for RTL8922DEPing-Ke Shih3-2/+11
2026-01-30wifi: rtw89: pci: restore LDO setting after device resumeDian-Syuan Yang1-0/+1
2026-01-30wifi: rtw89: mac: set MU group membership and position to registersPing-Ke Shih4-6/+41
2026-01-30wifi: rtw89: wow: disable interrupt before swapping FW for 8922DChih-Kang Chang1-3/+3
2026-01-30wifi: rtw89: debug: tweak Wi-Fi 7 SER L0/L1 simulation methodsZong-Zhe Yang2-11/+62
2026-01-30wifi: rtw89: debug: rename mac/ctrl error to L0/L1 errorZong-Zhe Yang1-16/+16
2026-01-28wifi: rtw89: regd: update regulatory map to R73-R54Zong-Zhe Yang1-10/+10
2026-01-28wifi: rtw89: pci: validate release report content before using for RTL8922DEPing-Ke Shih1-2/+4
2026-01-28wifi: rtw89: get designated link to replace link instance 0Zong-Zhe Yang3-11/+8
2026-01-28wifi: rtw89: 8922a: configure FW version for SIM_SER_L0L1_BY_HALT_H2CZong-Zhe Yang1-0/+1
2026-01-28wifi: rtw89: phy: add PHY C2H event dummy handler for func 1-7 and 2-10Ping-Ke Shih4-2/+19
2026-01-28wifi: rtw89: fw: correct content of DACK H2C commandPing-Ke Shih2-6/+6
2026-01-28wifi: rtw89: rfk: update RFK report format of IQK, DACK and TXGAPKPing-Ke Shih2-14/+40
2026-01-28wifi: rtw89: rfk: add to print debug log of CIM3KPing-Ke Shih3-0/+41
2026-01-28wifi: rtw89: rfk: add firmware command to do CIM3KPing-Ke Shih4-0/+77
2026-01-28wifi: rtw89: rfk: add to print debug log of TX IQKPing-Ke Shih3-1/+35
2026-01-28wifi: rtw89: rfk: add firmware command to do TX IQKPing-Ke Shih4-0/+79
2026-01-27wifi: rtw88: sdio: Migrate to use sdio specific shutdown functionUwe Kleine-König7-8/+7
2026-01-22wifi: rtw89: 8922a: add digital compensation for 2GHzPo-Hao Huang1-10/+47
2026-01-22wifi: rtw89: mac: set force MBA duration to 0Ping-Ke Shih1-0/+3
2026-01-22wifi: rtw89: mac: clear DTOP disable excluding CID7090 variant for RTL8922DPing-Ke Shih1-1/+2
2026-01-22wifi: rtw89: phy: update TSSI flow for RTL8922DZong-Zhe Yang2-13/+40
2026-01-22wifi: rtw89: phy: add firmware element of digital TX power compensationPing-Ke Shih4-0/+59
2026-01-22wifi: rtw89: phy: update edcca log parsing for RTL8922DEric Huang1-8/+12
2026-01-22wifi: rtw89: phy: add H2C command to send detail RX gain and link parameters for PS modeEric Huang5-0/+224
2026-01-22wifi: rtw89: phy: handle C2H event for PS mode reportEric Huang4-0/+81
2026-01-22wifi: rtw89: phy: add chip_ops to calculate RX gain from efuse to support PS modePing-Ke Shih7-0/+31
2026-01-22wifi: rtw89: debug: Fix memory leak in __print_txpwr_map()Zilin Guan1-4/+4
2026-01-22wifi: rtw89: Add default ID 28de:2432 for RTL8832CUShin-Yi Lin1-0/+2
2026-01-22wifi: rtw89: fix unable to receive probe responses under MLO connectionPo-Hao Huang1-0/+3
2026-01-22wifi: rtw89: phy: fix incorrect power limit by mac_idPo-Hao Huang1-2/+4
2026-01-22wifi: rtw89: phy: refine initial flow of BB wrapperPing-Ke Shih1-6/+6
2026-01-22wifi: rtw89: phy: write BB wrapper registers with flushPing-Ke Shih1-2/+38
2026-01-22wifi: rtw89: phy: update BB wrapper RFSIPing-Ke Shih4-0/+549
2026-01-22wifi: rtw89: phy: update bb wrapper TPU initEric Huang2-7/+17
2026-01-22wifi: rtw89: phy: abstract BB wrap registers to share initial flowPing-Ke Shih4-2/+27
2026-01-22wifi: rtw89: phy: extend register to read history 2 of PHY env_monitorEric Huang4-3/+8
2026-01-22wifi: rtw89: phy: abstract start address and EHT of PHY status bitmapPing-Ke Shih4-6/+36
2026-01-22wifi: rtw89: phy: add ops rtw89_phy_gen_be_v1 for RTL8922DPing-Ke Shih3-8/+185
2026-01-22wifi: rtw89: phy: add {read,write}_rf_v3 for RTL8922DPing-Ke Shih3-0/+139
2026-01-22wifi: rtw89: mac: clear global interrupt right after power-onPing-Ke Shih4-0/+87