summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-088-23/+85
|\
| * wifi: rtw89: remove redundant check of entering LPSPing-Ke Shih2023-06-011-3/+0
| * wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-013-9/+33
| * wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-014-11/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-1810-25/+44
|\|
| * wifi: rtw88: sdio: Always use two consecutive bytes for word operationsMartin Blumenstingl2023-05-171-8/+0
| * wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2023-05-152-1/+4
| * wifi: rtw88: correct qsel_to_ep[] type as intPing-Ke Shih2023-05-151-1/+1
| * wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih2023-05-123-1/+19
| * wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null pagePing-Ke Shih2023-05-123-14/+20
* | wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTOChin-Yen Lee2023-05-112-0/+37
* | wifi: rtw89: ser: L1 add pre-M0 and post-M0 statesZong-Zhe Yang2023-05-114-1/+51
* | wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851BZong-Zhe Yang2023-05-112-2/+8
* | wifi: rtw89: support U-NII-4 channels on 5GHz bandZong-Zhe Yang2023-05-112-0/+13
* | wifi: rtw89: regd: judge UNII-4 according to BIOS and chipZong-Zhe Yang2023-05-117-1/+63
* | wifi: rtw89: introduce realtek ACPI DSM methodZong-Zhe Yang2023-05-113-1/+75
* | wifi: rtw88: unlock on error path in rtw_ops_add_interface()Dan Carpenter2023-05-111-1/+3
* | wifi: rtw89: fix rtw89_read_chip_ver() for RTL8852B and RTL8851BDan Carpenter2023-05-051-1/+1
* | wifi: rtw89: 8851b: rfk: add IQKPing-Ke Shih2023-05-053-0/+1117
* | wifi: rtw89: 8851b: rfk: add DACKPing-Ke Shih2023-05-053-0/+355
* | wifi: rtw89: 8851b: rfk: add RCKPing-Ke Shih2023-05-052-0/+41
* | wifi: rtw89: 8851b: rfk: add AACKPing-Ke Shih2023-05-053-0/+49
* | wifi: rtw89: 8851b: add set_channel_rf()Ping-Ke Shih2023-05-052-0/+253
* | wifi: rtw89: 8851b: add DLE mem and HFC quotaPing-Ke Shih2023-05-053-0/+53
* | wifi: rtw89: 8851b: add support WoWLAN to 8851BChih-Kang Chang2023-05-052-1/+13
* | wifi: rtw89: change naming of BA CAM from V1 to V0_EXTPing-Ke Shih2023-05-057-14/+21
* | wifi: rtw89: use chip_info::small_fifo_size to choose debug_maskPing-Ke Shih2023-05-056-2/+7
* | wifi: rtw89: add CFO XTAL registers field to support 8851BChia-Yuan Li2023-05-057-7/+38
* | wifi: rtw89: 8851b: add NCTL post tablePing-Ke Shih2023-05-056-1/+11
* | wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilitiesPing-Ke Shih2023-05-051-0/+86
* | wifi: rtw89: 8851b: add 8851B basic chip_infoPing-Ke Shih2023-05-052-0/+116
* | wifi: rtw89: scan offload wait for FW done ACKZong-Zhe Yang2023-05-053-30/+58
* | wifi: rtw89: mac: handle C2H receive/done ACK in interrupt contextZong-Zhe Yang2023-05-051-0/+12
* | wifi: rtw89: packet offload wait for FW responseZong-Zhe Yang2023-05-055-34/+90
* | wifi: rtw89: refine packet offload delete flow of 6 GHz probeZong-Zhe Yang2023-05-054-4/+44
* | wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload()Zong-Zhe Yang2023-05-051-4/+3
* | wifi: rtw89: add EVM for antenna diversityEric Huang2023-05-052-1/+17
* | wifi: rtw89: add RSSI based antenna diversityEric Huang2023-05-054-0/+214
* | wifi: rtw89: initialize antenna for antenna diversityEric Huang2023-05-052-2/+88
* | wifi: rtw89: add EVM and SNR statistics to debugfsPing-Ke Shih2023-05-054-5/+54
* | wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfsPing-Ke Shih2023-05-052-6/+22
* | wifi: rtw89: set capability of TX antenna diversityPing-Ke Shih2023-05-054-3/+25
* | wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 ...Ping-Ke Shih2023-05-052-11/+20
* | wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_*Zhang Shurong2023-05-051-14/+41
* | wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_userZhang Shurong2023-05-051-2/+2
* | wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary returnMartin Kaiser2023-05-051-1/+0
* | wifi: rtl8xxxu: Support USB RX aggregation for the newer chipsBitterblue Smith2023-05-051-41/+78
* | wifi: rtl8xxxu: Set maximum number of supported stationsMartin Kaistra2023-05-053-0/+4
* | wifi: rtl8xxxu: Declare AP mode support for 8188fMartin Kaistra2023-05-053-0/+4
* | wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flagsMartin Kaistra2023-05-051-20/+20