summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-03wifi: rtw89: add firmware suit for BB MCU 0/1Ping-Ke Shih1-2/+15
2023-08-03wifi: rtw89: add firmware parser for v1 formatPing-Ke Shih2-12/+111
2023-08-03wifi: rtw89: introduce v1 format of firmware headerPing-Ke Shih3-13/+89
2023-08-03wifi: rtw89: support firmware log with formatted textChin-Yen Lee6-16/+194
2023-08-03wifi: rtw89: recognize log format from firmware fileChin-Yen Lee2-8/+21
2023-08-01wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptorPing-Ke Shih3-18/+55
2023-08-01wifi: rtw89: add to display hardware rates v1 histogram in debugfsPing-Ke Shih2-11/+25
2023-08-01wifi: rtw89: add C2H RA event V1 to support WiFi 7 chipsPing-Ke Shih3-9/+42
2023-08-01wifi: rtw89: use struct to access RA reportPing-Ke Shih2-18/+19
2023-08-01wifi: rtw89: use struct to access firmware C2H event headerPing-Ke Shih2-12/+14
2023-08-01wifi: rtw89: add H2C RA command V1 to support WiFi 7 chipsPing-Ke Shih3-3/+31
2023-08-01wifi: rtw89: use struct to set RA H2C commandPing-Ke Shih2-193/+73
2023-08-01wifi: rtw89: phy: rate pattern handles HW rate by chip genZong-Zhe Yang1-15/+28
2023-08-01wifi: rtw89: define hardware rate v1 for WiFi 7 chipsPing-Ke Shih1-0/+188
2023-08-01wifi: rtw89: add chip_info::chip_gen to determine chip generationPing-Ke Shih5-0/+13
2023-08-01wifi: rtw89: Fix loading of compressed firmwareLarry Finger1-24/+3
2023-07-25wifi: rtl8xxxu: Enable AP mode for RTL8723BUBitterblue Smith1-0/+2
2023-07-25wifi: rtl8xxxu: Enable AP mode for RTL8192EUBitterblue Smith1-0/+2
2023-07-25wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU)Bitterblue Smith1-0/+2
2023-07-25wifi: rtl8xxxu: Enable AP mode for RTL8192FUBitterblue Smith1-0/+2
2023-07-25wifi: rtw89: debug: Fix error handling in rtw89_debug_priv_btc_manual_set()Zhang Shurong1-3/+5
2023-07-25wifi: rtw88: simplify vif iteratorsDmitry Antipov5-17/+9
2023-07-25wifi: rtw88: remove unused USB bulkout size setDmitry Antipov2-22/+0
2023-07-25wifi: rtw88: remove unused and set but unused leftoversDmitry Antipov5-15/+0
2023-07-25wifi: rtw88: delete timer and free skb queue when unloadingDmitry Antipov1-1/+3
2023-07-13wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set()Zhang Shurong1-2/+3
2023-06-21wifi: rtlwifi: cleanup USB interfaceDmitry Antipov2-27/+6
2023-06-21wifi: rtlwifi: simplify LED managementDmitry Antipov40-391/+177
2023-06-21wifi: rtw89: use struct to parse firmware headerPing-Ke Shih3-80/+87
2023-06-21wifi: rtw89: TX power stuffs replace confusing naming of _max with _numZong-Zhe Yang8-43/+43
2023-06-21wifi: rtw89: 8851b: configure to force 1 TX power valuePing-Ke Shih2-0/+25
2023-06-21wifi: rtw89: 8851b: rfk: update IQK to version 0x8Ping-Ke Shih2-54/+63
2023-06-21wifi: rtw89: 8851b: rfk: add LCK trackPing-Ke Shih4-1/+69
2023-06-21wifi: rtw89: 8851b: update TX power tables to R28Zong-Zhe Yang1-110/+110
2023-06-21wifi: rtw89: 8851b: update RF radio A parameters to R28Ping-Ke Shih1-6/+22
2023-06-21wifi: rtw88: fix not entering PS mode after AP stopsPo-Hao Huang5-0/+35
2023-06-21wifi: rtw88: refine register based H2C commandPo-Hao Huang2-0/+56
2023-06-21wifi: rtw88: Stop high queue during scanPo-Hao Huang2-2/+6
2023-06-21wifi: rtw88: Skip high queue in hci_flushPo-Hao Huang1-2/+3
2023-06-21wifi: rtw88: Fix AP mode incorrect DTIM behaviorPo-Hao Huang5-1/+13
2023-06-21wifi: rtw88: use struct instead of macros to set TX descPo-Hao Huang4-113/+106
2023-06-21wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failedChih-Kang Chang3-3/+14
2023-06-21wifi: rtw88: Fix action frame transmission fail before associationPo-Hao Huang1-2/+1
2023-06-15wifi: rtw89: fix spelling typo of IQK debug messagesDmitry Antipov3-3/+3
2023-06-15wifi: rtw89: cleanup rtw89_iqk_info and related codeDmitry Antipov7-54/+4