summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89
AgeCommit message (Expand)AuthorFilesLines
2026-03-04wifi: rtw89: pci: restore LDO setting after device resumeDian-Syuan Yang1-0/+1
2026-03-04wifi: rtw89: wow: add reason codes for disassociation in WoWLAN modeChin-Yen Lee2-0/+5
2025-10-15wifi: rtw89: avoid circular locking dependency in ser_state_run()Fedor Pchelkin1-2/+1
2025-08-28wifi: rtw89: Disable deep power saving for USB/SDIOBitterblue Smith1-0/+3
2025-08-28wifi: rtw89: Fix rtw89_mac_power_switch() for USBBitterblue Smith2-0/+20
2025-08-28wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg() for USBBitterblue Smith2-2/+9
2025-08-15wifi: rtw89: avoid NULL dereference when RX problematic packet on unsupported...Zong-Zhe Yang1-0/+5
2025-06-27wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BEChin-Yen Lee2-2/+68
2025-06-27wifi: rtw89: leave idle mode when setting WEP encryption for AP modeDian-Syuan Yang1-0/+3
2025-06-04wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yetPing-Ke Shih2-0/+6
2025-06-04wifi: rtw89: fw: propagate error code from rtw89_h2c_tx()Ping-Ke Shih1-2/+0
2025-04-25wifi: rtw89: pci: disable PCIE wake bit when PCIE deinitPing-Ke Shih1-0/+2
2025-04-25wifi: rtw89: pci: add pre_deinit to be called after probe completePing-Ke Shih3-0/+16
2025-02-17wifi: rtw89: add crystal_cap check to avoid setting as overflow valueChih-Kang Chang2-6/+7
2024-12-14wifi: rtw89: check return value of ieee80211_probereq_get() for RNRPing-Ke Shih1-0/+3
2024-10-10wifi: rtw89: correct base HT rate mask for firmwarePing-Ke Shih1-2/+2
2024-10-10wifi: rtw89: avoid to add interface to list twice when SERChih-Kang Chang2-1/+21
2024-09-08wifi: rtw89: ser: avoid multiple deinit on same CAMZong-Zhe Yang1-2/+6
2024-08-03wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()Aleksandr Mishin1-1/+1
2024-08-03wifi: rtw89: 8852b: fix definition of KIP register numberKuan-Chung Chen1-1/+1
2024-06-16wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmwar...Ping-Ke Shih1-1/+2
2024-06-16wifi: rtw89: correct aSIFSTime for 6GHz bandPing-Ke Shih1-1/+1
2024-04-13wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptorPing-Ke Shih1-1/+1
2024-04-13wifi: rtw89: fix null pointer access when abort scanPo-Hao Huang1-2/+2
2024-02-05wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter membersChing-Te Ku2-11/+5
2024-02-05wifi: rtw89: fix misbehavior of TX beacon in concurrent modeChih-Kang Chang4-7/+43
2024-02-05wifi: rtw89: fix timeout calculation in rtw89_roc_end()Dmitry Antipov1-1/+1
2023-08-25wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar()Nathan Chancellor1-0/+1
2023-08-25wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIGCheng-Chieh Hsieh9-64/+325
2023-08-25wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chipsPing-Ke Shih8-11/+61
2023-08-25wifi: rtw89: mac: define register address of rx_filter to generalize codePing-Ke Shih8-7/+35
2023-08-25wifi: rtw89: mac: define internal memory address for WiFi 7 chipPing-Ke Shih3-0/+56
2023-08-25wifi: rtw89: mac: generalize code to indirectly access WiFi internal memoryPing-Ke Shih4-21/+42
2023-08-25wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register add...Ping-Ke Shih12-133/+165
2023-08-25wifi: rtw89: initialize multi-channel handlingZong-Zhe Yang6-23/+219
2023-08-25wifi: rtw89: provide functions to configure NoA for beacon updateZong-Zhe Yang4-0/+102
2023-08-25wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vifZong-Zhe Yang6-22/+45
2023-08-25wifi: rtw89: sar: let caller decide the center frequency to queryZong-Zhe Yang4-21/+27
2023-08-25wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band()Zong-Zhe Yang1-2/+1
2023-08-25wifi: rtw89: add function prototype for coex request durationZong-Zhe Yang3-0/+42
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-08-21wifi: rtw89: regd: update regulatory map to R64-R43Zong-Zhe Yang1-13/+14
2023-08-21wifi: rtw89: fix a width vs precision bugDan Carpenter1-1/+1
2023-08-21wifi: rtw89: Introduce Time Averaged SAR (TAS) featureKuan-Chung Chen6-0/+230
2023-08-21wifi: rtw89: 8852b: rfk: fine tune IQK parameters to improve performance on 2...Ping-Ke Shih1-2/+2
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-08wifi: rtw89: fix 8852AE disconnection caused by RX full flagsPing-Ke Shih1-1/+1
2023-08-03wifi: rtw89: return failure if needed firmware elements are not recognizedPing-Ke Shih7-0/+18
2023-08-03wifi: rtw89: add to parse firmware elements of BB and RF tablesPing-Ke Shih4-4/+121
2023-08-03wifi: rtw89: introduce infrastructure of firmware elementsPing-Ke Shih3-0/+135