summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89
AgeCommit message (Expand)AuthorFilesLines
2024-11-14Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski38-250/+1089
2024-11-11Merge tag 'rtw-next-2024-11-06' of https://github.com/pkshih/rtwKalle Valo38-250/+1089
2024-11-06wifi: rtw89: coex: set higher priority to BT when WL scan and BT A2DP existChing-Te Ku1-1/+5
2024-11-06wifi: rtw89: 8852b: change RF mode to normal mode when set channelChih-Kang Chang1-5/+3
2024-11-06wifi: rtw89: coex: check NULL return of kmalloc in btc_fw_set_monreg()Pei Xiao1-0/+4
2024-11-06wifi: rtw89: 8922a: fill the missing OP1dB configurationKuan-Chung Chen2-0/+61
2024-11-06wifi: rtw89: mac: no configure CMAC/DMAC tables for firmware secure bootPing-Ke Shih1-2/+5
2024-11-06wifi: rtw89: fw: use common function to parse security section for WiFi 6 chipsPing-Ke Shih2-12/+46
2024-11-06wifi: rtw89: fw: move v1 MSSC out of __parse_security_section() to share with v0Ping-Ke Shih1-7/+5
2024-11-06wifi: rtw89: fw: set recorded IDMEM share mode in firmware header to registerPing-Ke Shih6-0/+36
2024-11-06wifi: rtw89: fw: shrink download size of security section for RTL8852BPing-Ke Shih2-3/+34
2024-11-06wifi: rtw89: efuse: read firmware secure info v0 from efuse for WiFi 6 chipsPing-Ke Shih2-1/+90
2024-11-06wifi: rtw89: efuse: move recognize firmware MSS info v1 to commonPing-Ke Shih3-49/+62
2024-11-06wifi: rtw89: efuse: move reading efuse of fw secure info to commonPing-Ke Shih7-4/+13
2024-11-01wifi: rtw89: set pause_data field to avoid transmitting data in scan channelsChih-Kang Chang1-0/+4
2024-11-01wifi: rtw89: don't check done-ack for entering PSChin-Yen Lee1-1/+1
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+43
2024-10-29wifi: rtw89: 8922a: extend RFK handling and consider MLOZong-Zhe Yang5-44/+70
2024-10-29wifi: rtw89: tweak setting of channel and TX power for MLOZong-Zhe Yang4-65/+149
2024-10-29wifi: rtw89: chan: manage active interfacesZong-Zhe Yang4-13/+108
2024-10-29wifi: rtw89: Add encryption support for MLO connectionsPo-Hao Huang2-6/+69
2024-10-29wifi: rtw89: Add header conversion for MLO connectionsPo-Hao Huang2-0/+17
2024-10-25wifi: rtw89: unlock on error path in rtw89_ops_unassign_vif_chanctx()Dan Carpenter1-0/+1
2024-10-25wifi: rtw89: Fix TX fail with A2DP after scanningPo-Hao Huang1-2/+2
2024-10-25wifi: rtw89: coex: Set Wi-Fi/Bluetooth priority for Wi-Fi scan caseChing-Te Ku1-1/+1
2024-10-25wifi: rtw89: fix -Wenum-compare-conditional warningsArnd Bergmann1-11/+37
2024-10-25wifi: rtw89: regd: block 6 GHz if marked as N/A in regd mapZong-Zhe Yang1-5/+27
2024-10-25wifi: rtw89: pci: add quirks by PCI subsystem ID for thermal protectionPing-Ke Shih10-0/+86
2024-10-25wifi: rtw89: add thermal protectionPing-Ke Shih13-5/+138
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg1-2/+4
2024-10-20wifi: rtw89: sar: add supported UNII-4 frequency range along with UNII-3 of S...Ping-Ke Shih2-4/+4
2024-10-20wifi: rtw89: 8852c: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih1-2/+2
2024-10-20wifi: rtw89: 8852bt: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih1-2/+2
2024-10-20wifi: rtw89: 8852b: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih1-2/+2
2024-10-20wifi: rtw89: 8851b: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih1-2/+2
2024-10-20wifi: rtw89: pci: use 'int' as return type of error code in poll_{tx,rx}dma_c...Ping-Ke Shih1-2/+4
2024-10-20wifi: rtw89: wow: cast nd_config->delay to u64 in tsf arithmeticPing-Ke Shih1-1/+1
2024-10-17wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hostsPing-Ke Shih1-7/+41
2024-10-10wifi: rtw89: wow: do not configure CPU IO to receive packets for old firmwareChin-Yen Lee3-0/+9
2024-10-10wifi: rtw89: coex: Add function to reorder Wi-Fi firmware report indexChing-Te Ku2-13/+76
2024-10-10wifi: rtw89: coex: Solved BT PAN profile idle decrease Wi-Fi throughputChing-Te Ku1-1/+10
2024-10-10wifi: rtw89: coex: Reorder Bluetooth info related logicChing-Te Ku2-33/+43
2024-10-10wifi: rtw89: coex: Update priority setting for Wi-Fi is scanningChing-Te Ku2-26/+33
2024-10-05wifi: rtw89: debug: add beacon RSSI for debuggingPing-Ke Shih4-2/+11
2024-10-01wifi: rtw89: handle entity active flag per PHYZong-Zhe Yang4-13/+18
2024-10-01wifi: rtw89: initialize dual HW bands for MLO and control them by linkZong-Zhe Yang12-72/+162
2024-10-01wifi: rtw89: 8852ce: set offset K of PCI PHY EQ to manual mode to improve com...Ping-Ke Shih1-0/+24
2024-10-01wifi: rtw89: 8852ce: fix gray code conversion for filter out EQPing-Ke Shih1-10/+7
2024-10-01wifi: rtw89: 8922ae: disable PCI PHY EQ to improve compatibilityPing-Ke Shih3-1/+101
2024-10-01wifi: rtw89: pci: consolidate PCI basic configurations for probe and resumePing-Ke Shih3-9/+17