summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2020-07-15rtlwifi: 8821ae: remove unused path B parameters from swing tablePing-Ke Shih1-54/+2
2020-07-15rtlwifi: Use const in 8188ee/8723be/8821ae swing_table declarationsJoe Perches3-58/+64
2020-07-15rtl818x_pci: use generic power managementVaibhav Gupta1-19/+4
2020-07-15rtlwifi: rtl8192cu: Free ieee80211_hw if probing failsReto Schneider1-0/+1
2020-07-15rtlwifi: rtl8192cu: Prevent leaking urbReto Schneider1-1/+4
2020-07-15rtlwifi: rtl8192cu: Fix deadlockReto Schneider1-2/+4
2020-07-15rtlwifi: rtl8192cu: Remove uninitialized_var() usageKees Cook1-2/+2
2020-07-15rtlwifi: rtl8188ee: Fix endian issueLarry Finger1-1/+1
2020-07-15rtlwifi: Fix endian issue in ps.cLarry Finger1-6/+6
2020-07-15rtw88: coex: Fix ACL Tx pause during BT inquiry/page.Zong-Zhe Yang7-29/+108
2020-07-15rtw88: 8822c: add new RFE type 6Yan-Hsuan Chuang1-0/+1
2020-07-15rtw88: 8822ce: add support for device ID 0xc82fAaron Ma1-0/+4
2020-07-15rtw88: pci: disable aspm for platform inter-op with module parameterYan-Hsuan Chuang1-0/+9
2020-07-15rtw88: 8821c: Add 8821CE to Kconfig and MakefileTzu-En Huang2-0/+20
2020-07-15rtw88: single rf path chips don't support TX STBCTzu-En Huang1-2/+2
2020-07-15rtw88: 8821c: add beamformee supportTzu-En Huang2-2/+48
2020-07-15rtw88: 8821c: add power trackingTzu-En Huang3-0/+293
2020-07-15rtw88: 8821c: add cck pd settingsTzu-En Huang3-0/+29
2020-07-15rtw88: 8821c: add phy calibrationTzu-En Huang1-0/+34
2020-07-15rtw88: 8821c: add false alarm statisticsTzu-En Huang2-0/+63
2020-07-15rtw88: 8821c: add query rx desc supportTzu-En Huang2-0/+117
2020-07-15rtw88: 8821c: add set channel supportTzu-En Huang4-0/+229
2020-07-15rtw88: 8821c: add dig related settingsTzu-En Huang1-0/+6
2020-07-15rtw88: 8821c: add set tx power indexTzu-En Huang1-0/+39
2020-07-15rtw88: 8821c: add basic functionsTzu-En Huang8-0/+7514
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada4-16/+16
2020-05-29rtw88: 8822c: remove CCK TX setting when switch channelChien-Hsun Liao1-2/+0
2020-05-29rtw88: 8822c: fix missing brace warning for old compilersYan-Hsuan Chuang1-1/+1
2020-05-29rtw88: fix EAPOL 4-way failure by finish IQK earlierPing-Ke Shih3-2/+21
2020-05-29rtw88: coex: 8723d: handle BT inquiry casesPing-Ke Shih2-5/+9
2020-05-29rtw88: coex: 8723d: set antanna control ownerPing-Ke Shih4-2/+17
2020-05-29Revert "rtw88: no need to set registers for SDIO"Yan-Hsuan Chuang3-0/+155
2020-05-18rtlwifi: rtl8192ee: remove redundant for-loopColin Ian King1-8/+6
2020-05-18rtw88: no need to set registers for SDIOKevin Lo3-155/+0
2020-05-18rtw88: 8723d: fix incorrect setting of ldo_pwrColin Ian King1-1/+1
2020-05-18rtw88: rename rtw88.ko/rtwpci.ko to rtw88_core.ko/rtw88_pci.koYan-Hsuan Chuang1-4/+4
2020-05-18rtw88: extract: remove the unused after extractingZong-Zhe Yang2-19/+0
2020-05-18rtw88: extract: make 8723d an individual kernel moduleZong-Zhe Yang7-6/+60
2020-05-18rtw88: extract: make 8822b an individual kernel moduleZong-Zhe Yang7-6/+60
2020-05-18rtw88: extract: make 8822c an individual kernel moduleZong-Zhe Yang7-6/+60
2020-05-18rtw88: extract: export symbols about pci interfaceZong-Zhe Yang1-5/+9
2020-05-18rtw88: extract: export symbols used in chip functionalitiesZong-Zhe Yang8-0/+42
2020-05-18rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup()Dan Carpenter1-6/+2
2020-05-13rtl8187: Remove unused variable rtl8225z2_tx_power_ofdmChenTao1-4/+0
2020-05-13rtw88: 8723d: fix sparse warnings for power trackingYan-Hsuan Chuang1-1/+1
2020-05-13rtw88: 8723d: Add 8723DE to Kconfig and MakefilePing-Ke Shih2-0/+11
2020-05-13rtw88: fill zeros to words 0x06 and 0x07 of security cam entryPing-Ke Shih1-1/+5
2020-05-13rtw88: 8723d: Add coex supportPing-Ke Shih2-0/+330
2020-05-13rtw88: 8723d: set ltecoex register address in chip_infoPing-Ke Shih6-6/+43
2020-05-13rtw88: 8723d: implement flush queuePing-Ke Shih5-18/+73