summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)Author
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-11-11Merge tag 'rtw-next-2024-11-06' of https://github.com/pkshih/rtwKalle Valo
2024-11-06wifi: rtlwifi: Remove some exhalbtc deadcodeDr. David Alan Gilbert
2024-11-06wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failuresGuilherme G. Piccoli
2024-11-06wifi: rtw88: Enable the new RTL8821AU/RTL8812AU driversBitterblue Smith
2024-11-06wifi: rtw88: Add rtw8821au.c and rtw8812au.cBitterblue Smith
2024-11-06wifi: rtw88: Add rtw8812a.{c,h}Bitterblue Smith
2024-11-06wifi: rtw88: Add rtw8821a.{c,h}Bitterblue Smith
2024-11-06wifi: rtw88: Add rtw88xxa.{c,h}Bitterblue Smith
2024-11-06wifi: rtw88: Add rtw8821a_table.{c,h}Bitterblue Smith
2024-11-06wifi: rtw88: Add rtw8812a_table.{c,h}Bitterblue Smith
2024-11-06wifi: rtw89: coex: set higher priority to BT when WL scan and BT A2DP existChing-Te Ku
2024-11-06wifi: rtw89: 8852b: change RF mode to normal mode when set channelChih-Kang Chang
2024-11-06wifi: rtw89: coex: check NULL return of kmalloc in btc_fw_set_monreg()Pei Xiao
2024-11-06wifi: rtw89: 8922a: fill the missing OP1dB configurationKuan-Chung Chen
2024-11-06wifi: rtw89: mac: no configure CMAC/DMAC tables for firmware secure bootPing-Ke Shih
2024-11-06wifi: rtw89: fw: use common function to parse security section for WiFi 6 chipsPing-Ke Shih
2024-11-06wifi: rtw89: fw: move v1 MSSC out of __parse_security_section() to share with v0Ping-Ke Shih
2024-11-06wifi: rtw89: fw: set recorded IDMEM share mode in firmware header to registerPing-Ke Shih
2024-11-06wifi: rtw89: fw: shrink download size of security section for RTL8852BPing-Ke Shih
2024-11-06wifi: rtw89: efuse: read firmware secure info v0 from efuse for WiFi 6 chipsPing-Ke Shih
2024-11-06wifi: rtw89: efuse: move recognize firmware MSS info v1 to commonPing-Ke Shih
2024-11-06wifi: rtw89: efuse: move reading efuse of fw secure info to commonPing-Ke Shih
2024-11-01wifi: rtw89: set pause_data field to avoid transmitting data in scan channelsChih-Kang Chang
2024-11-01wifi: rtw89: don't check done-ack for entering PSChin-Yen Lee
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29wifi: rtw88: 8812a: Mitigate beacon lossBitterblue Smith
2024-10-29wifi: rtw88: 8821a: Regularly ask for BT info updatesBitterblue Smith
2024-10-29wifi: rtw88: coex: Support chips without a scoreboardBitterblue Smith
2024-10-29wifi: rtw88: Detect beacon loss with chips other than 8822cBitterblue Smith
2024-10-29wifi: rtw88: usb: Set pkt_info.ls for the reserved pageBitterblue Smith
2024-10-29wifi: rtw88: Move pwr_track_tbl to struct rtw_rfe_defBitterblue Smith
2024-10-29wifi: rtw88: Support TX page sizes bigger than 128Bitterblue Smith
2024-10-29wifi: rtw88: Make txagc_remnant_ofdm an arrayBitterblue Smith
2024-10-29wifi: rtw88: Enable data rate fallback for older chipsBitterblue Smith
2024-10-29wifi: rtw88: Let each driver control the power on/off processBitterblue Smith
2024-10-29wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULLBitterblue Smith
2024-10-29wifi: rtw88: Extend the init table parsing for RTL8812AUBitterblue Smith
2024-10-29wifi: rtw88: Allow different C2H RA report sizesBitterblue Smith
2024-10-29wifi: rtw88: Dump the HW features only for some chipsBitterblue Smith
2024-10-29wifi: rtw88: Add some definitions for RTL8821AU/RTL8812AUBitterblue Smith
2024-10-29wifi: rtw88: Report the signal strength only if it's knownBitterblue Smith
2024-10-29wifi: rtw89: 8922a: extend RFK handling and consider MLOZong-Zhe Yang
2024-10-29wifi: rtw89: tweak setting of channel and TX power for MLOZong-Zhe Yang
2024-10-29wifi: rtw89: chan: manage active interfacesZong-Zhe Yang
2024-10-29wifi: rtw89: Add encryption support for MLO connectionsPo-Hao Huang
2024-10-29wifi: rtw89: Add header conversion for MLO connectionsPo-Hao Huang
2024-10-25wifi: rtw89: unlock on error path in rtw89_ops_unassign_vif_chanctx()Dan Carpenter
2024-10-25wifi: rtw89: Fix TX fail with A2DP after scanningPo-Hao Huang
2024-10-25wifi: rtw89: coex: Set Wi-Fi/Bluetooth priority for Wi-Fi scan caseChing-Te Ku