summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2023-06-01wifi: rtw89: remove redundant check of entering LPSPing-Ke Shih1-3/+0
2023-06-01wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih3-9/+33
2023-06-01wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih4-11/+52
2023-05-17wifi: rtw88: sdio: Always use two consecutive bytes for word operationsMartin Blumenstingl1-8/+0
2023-05-15wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2-1/+4
2023-05-15wifi: rtw88: correct qsel_to_ep[] type as intPing-Ke Shih1-1/+1
2023-05-12wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih3-1/+19
2023-05-12wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null pagePing-Ke Shih3-14/+20
2023-04-20wifi: rtw88: Update spelling in main.hSimon Horman1-3/+3
2023-04-20wifi: rtl8xxxu: Simplify setting the initial gainBitterblue Smith1-4/+2
2023-04-20wifi: rtl8xxxu: Add rtl8xxxu_write{8,16,32}_{set,clear}Bitterblue Smith2-0/+91
2023-04-20wifi: rtl8xxxu: Don't print the vendor/product/serialBitterblue Smith6-73/+0
2023-04-20wifi: rtw88: Fix memory leak in rtw88_usbLarry Finger1-0/+1
2023-04-20wifi: rtw88: call rtw8821c_switch_rf_set() according to chip variantSascha Hauer2-4/+16
2023-04-20wifi: rtw88: set pkg_type correctly for specific rtw8821c variantsSascha Hauer3-1/+5
2023-04-20wifi: rtw88: rtw8821c: Fix rfe_option field widthSascha Hauer1-2/+1
2023-04-20wifi: rtw88: usb: fix priority queue to endpoint mappingSascha Hauer1-23/+47
2023-04-20wifi: rtw88: 8822c: add iface combinationPo-Hao Huang1-0/+25
2023-04-20wifi: rtw88: handle station mode concurrent scan with AP modePo-Hao Huang4-2/+55
2023-04-20wifi: rtw88: prevent scan abort with other VIFsPo-Hao Huang3-5/+8
2023-04-20wifi: rtw88: refine reserved page flow for AP modePo-Hao Huang2-0/+6
2023-04-20wifi: rtw88: disallow PS during AP modePo-Hao Huang3-1/+15
2023-04-20wifi: rtw88: 8822c: extend reserved page numberPo-Hao Huang6-1/+6
2023-04-20wifi: rtw88: add port switch for AP modePo-Hao Huang3-0/+81
2023-04-20wifi: rtw88: add bitmap for dynamic port settingsPo-Hao Huang3-3/+21
2023-04-20wifi: rtw89: mac: use regular int as return type of DLE buffer requestPing-Ke Shih4-19/+19
2023-04-17wifi: rtw89: add support of concurrent modePo-Hao Huang1-0/+25
2023-04-17wifi: rtw89: Disallow power save with multiple stationsPo-Hao Huang1-0/+3
2023-04-17wifi: rtw89: update statistics to FW for fine-tuning performancePo-Hao Huang3-1/+54
2023-04-17wifi: rtw89: use struct instead of macros to set H2C command of hardware scanPing-Ke Shih2-108/+51
2023-04-17wifi: rtw89: refine scan function after chanctxPo-Hao Huang6-44/+35
2023-04-17wifi: rtw89: prohibit enter IPS during HW scanChih-Kang Chang1-1/+2
2023-04-17wifi: rtw89: coex: send more hardware module info to firmware for 8851BPing-Ke Shih3-107/+75
2023-04-17wifi: rtw89: coex: Update function to get BT RSSI and hardware counterChing-Te Ku3-3/+6
2023-04-17wifi: rtw89: coex: Add path control register to monitor listChing-Te Ku2-1/+6
2023-04-17wifi: rtw89: coex: Enable Wi-Fi RX gain control for free run solutionChing-Te Ku2-4/+4
2023-04-17wifi: rtw89: fix power save function in WoWLAN modeChih-Kang Chang4-5/+8
2023-04-17wifi: rtw89: support WoWLAN mode for 8852beChin-Yen Lee3-0/+19
2023-04-14wifi: rtl8xxxu: Support devices with 5-6 out endpointsBitterblue Smith2-1/+3
2023-04-14wifi: rtl8xxxu: Clean up some messy ifsBitterblue Smith6-19/+30
2023-04-14wifi: rtw89: fix crash due to null pointer of sta in AP modePing-Ke Shih1-1/+1
2023-04-14wifi: rtw89: correct 5 MHz mask settingEric Huang2-8/+10
2023-04-14wifi: rtw89: 8851b: add tables for RFKPing-Ke Shih2-0/+572
2023-04-14wifi: rtw89: 8851b: add BB and RF tables (2 of 2)Ping-Ke Shih1-0/+8058
2023-04-14wifi: rtw89: 8851b: add BB and RF tables (1 of 2)Ping-Ke Shih2-0/+6787
2023-04-14wifi: rtw89: pci: update PCI related settings to support 8851BPing-Ke Shih1-12/+21
2023-04-14wifi: rtw89: mac: update MAC settings to support 8851bPing-Ke Shih2-13/+33
2023-04-14wifi: rtw89: 8851b: fix TX path to path A for one RF path chipPing-Ke Shih1-2/+11
2023-04-14wifi: rtw89: read version of analog hardwarePing-Ke Shih3-0/+13
2023-04-14wifi: rtw89: use hardware CFO to improve performanceEric Huang5-11/+29