summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2022-11-08wifi: rtw89: update D-MAC and C-MAC dump to diagnose SERChia-Yuan Li5-197/+845
2022-11-08wifi: rtw89: dump dispatch status via debug portChia-Yuan Li3-0/+625
2022-11-04wifi: rtl8xxxu: Use dev_* instead of pr_infoBitterblue Smith1-2/+4
2022-11-04wifi: rtl8xxxu: Set IEEE80211_HW_SUPPORT_FAST_XMITBitterblue Smith1-0/+1
2022-11-04wifi: rtl8xxxu: Recognise all possible chip cutsBitterblue Smith1-21/+5
2022-11-04wifi: rtl8xxxu: Fix the CCK RSSI calculationBitterblue Smith8-14/+138
2022-11-04wifi: rtl8xxxu: Add central frequency offset trackingBitterblue Smith7-32/+212
2022-11-04wifi: rtlwifi: rtl8192ee: remove static variable stop_report_cntColin Ian King1-8/+0
2022-11-01wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE -> KIP_RESTOREColin Ian King1-1/+1
2022-11-01wifi: rtw89: add WoWLAN pattern match supportChin-Yen Lee7-1/+381
2022-11-01wifi: rtw89: add WoWLAN function supportChin-Yen Lee15-7/+874
2022-11-01wifi: rtw89: add related H2C for WoWLAN modeChin-Yen Lee3-0/+419
2022-11-01wifi: rtw89: add drop tx packet functionChih-Kang Chang8-0/+137
2022-11-01wifi: rtw89: add function to adjust and restore PLE quotaChih-Kang Chang4-0/+39
2022-11-01wifi: rtw89: move enable_cpu/disable_cpu into fw_downloadChih-Kang Chang3-8/+9
2022-11-01wifi: rtw89: collect and send RF parameters to firmware for WoWLANChih-Kang Chang3-4/+31
2022-11-01wifi: rtw89: check if sta's mac_id is valid under AP/TDLSZong-Zhe Yang1-0/+2
2022-11-01wifi: rtw89: add BW info for both TX and RX in phy_infoEric Huang1-0/+18
2022-11-01wifi: rtw89: 8852c: make table of RU mask constantPing-Ke Shih1-2/+2
2022-11-01wifi: rtw89: declare support bands with constZong-Zhe Yang1-3/+3
2022-11-01wifi: rtw89: fw: adapt to new firmware format of dynamic headerPing-Ke Shih2-3/+31
2022-10-21wifi: rtl8xxxu: Fix reads of uninitialized variables hw_ctrl_s1, sw_ctrl_s1Colin Ian King1-1/+1
2022-10-19wifi: rtw89: 8852b: add 8852be to Makefile and KconfigPing-Ke Shih2-0/+23
2022-10-19wifi: rtw89: phy: add dummy C2H handler to avoid warning messagePing-Ke Shih2-0/+13
2022-10-19wifi: rtw89: 8852b: add chip_ops related to RF calibrationPing-Ke Shih1-0/+42
2022-10-19wifi: rtw89: 8852b: rfk: add DPKPing-Ke Shih4-0/+1169
2022-10-19wifi: rtw89: 8852b: rfk: add TSSIPing-Ke Shih4-0/+1236
2022-10-19wifi: rtw89: 8852b: rfk: add IQKPing-Ke Shih3-0/+1066
2022-10-19wifi: rtw89: 8852b: rfk: add RX DCKPing-Ke Shih2-0/+76
2022-10-19wifi: rtw89: 8852b: rfk: add RCKPing-Ke Shih2-0/+44
2022-10-19wifi: rtw89: 8852b: rfk: add DACKPing-Ke Shih3-0/+454
2022-10-12wifi: rtw89: 8852b: add basic attributes of chip_infoPing-Ke Shih1-0/+235
2022-10-12wifi: rtw89: 8852b: add functions to control BB to assist RF calibrationsPing-Ke Shih2-0/+332
2022-10-12wifi: rtw89: 8852b: add chip_ops to configure TX/RX pathPing-Ke Shih3-0/+119
2022-10-12wifi: rtw89: 8852b: add chip_ops to query PPDUPing-Ke Shih1-0/+32
2022-10-12wifi: rtw89: 8852b: add chip_ops related to BT coexistencePing-Ke Shih2-0/+306
2022-10-12wifi: rtw89: 8852b: add chip_ops to get thermalPing-Ke Shih1-0/+18
2022-10-12wifi: rtw89: 8852b: add basic baseband chip_opsPing-Ke Shih1-0/+42
2022-10-12wifi: rtw89: 8852b: add power on/off functionsPing-Ke Shih3-0/+211
2022-10-12wifi: rtw89: 8852b: add chip_ops::set_channel_helpPing-Ke Shih1-0/+84
2022-10-12wifi: rtl8xxxu: Update module descriptionBitterblue Smith1-3/+4
2022-10-12wifi: rtl8xxxu: Fix reading the vendor of combo chipsBitterblue Smith1-8/+8
2022-10-12wifi: rtl8xxxu: Make some arrays constBitterblue Smith7-36/+36
2022-10-11wifi: rtw89: fix wrong bandwidth settings after scanPo-Hao Huang1-0/+1
2022-10-11wifi: rtw89: correct 6 GHz scan behaviorPo-Hao Huang2-6/+23
2022-10-11wifi: rtw89: 8852b: add chip_ops::set_channelPing-Ke Shih7-1/+903
2022-10-11wifi: rtw89: make generic functions to convert subband gain indexPing-Ke Shih2-44/+46
2022-10-11wifi: rtw89: 8852b: add HFC quota arraysPing-Ke Shih1-0/+32
2022-10-11wifi: rtw89: 8852b: set proper configuration before loading NCTLPing-Ke Shih2-5/+9
2022-10-11wifi: rtw89: parse PHY status only when PPDU is to_selfEric Huang1-0/+3