aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2020-05-13rtw88: 8723d: Add shutdown callback to disable BT USB suspendPing-Ke Shih4-0/+25
2020-05-13rtw88: 8723d: Add power trackingPing-Ke Shih6-5/+422
2020-05-13rtw88: 8723d: add IQ calibrationPing-Ke Shih5-0/+963
2020-05-13rtw88: 8723d: Add LC calibrationPing-Ke Shih3-0/+35
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller26-375/+17919
2020-05-06rtw88: fix an issue about leak system resourcesDejin Zheng1-0/+1
2020-05-06rtw88: 8723d: add interface configurations tablePing-Ke Shih1-0/+21
2020-05-06rtw88: 8723d: Set IG register for CCK ratePing-Ke Shih5-0/+12
2020-05-06rtw88: 8723d: Add chip_ops::false_alarm_statisticsPing-Ke Shih2-0/+106
2020-05-06rtw88: 8723d: some chips don't support LDPCPing-Ke Shih5-2/+16
2020-05-06rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfullyPing-Ke Shih4-7/+19
2020-05-06rtw88: 8723d: Add set_channelPing-Ke Shih3-0/+195
2020-05-06rtw88: 8723d: Add query_rx_descPing-Ke Shih2-0/+138
2020-05-06rtw88: 8723d: Add DIG parameterPing-Ke Shih1-0/+7
2020-05-06rtw88: Use udelay instead of usleep in atomic contextKai-Heng Feng1-3/+3
2020-05-04rtw88: fix spelling mistake "fimrware" -> "firmware"Colin Ian King1-2/+2
2020-05-04rtw88: 8822c: update phy parameter tables to v50Yan-Hsuan Chuang4-226/+14443
2020-04-28rtw88: fix sparse warnings for download firmware routineYan-Hsuan Chuang1-2/+4
2020-04-23rtw88: 8723d: initialize mac/bb/rf basic functionsPing-Ke Shih4-0/+162
2020-04-23rtw88: 8723d: Organize chip TX/RX FIFOPing-Ke Shih4-46/+154
2020-04-23rtw88: 8723d: implement set_tx_power_index opsPing-Ke Shih1-0/+61
2020-04-23rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih2-13/+28
2020-04-23rtw88: decompose while(1) loop of power sequence polling commandPing-Ke Shih1-34/+38
2020-04-23rtw88: 8723d: Add mac power-on/-off functionPing-Ke Shih2-9/+61
2020-04-23rtw88: no need to send additional information to legacy firmwarePing-Ke Shih1-0/+6
2020-04-23rtw88: add legacy firmware download for 8723D devicesPing-Ke Shih9-11/+252
2020-04-21rtw88: set power trim according to efuse PG valuesTzu-En Huang4-0/+166
2020-04-21rtw88: 8723d: Add read_efuse to recognize efuse info from mapPing-Ke Shih2-0/+82
2020-04-21rtw88: 8723d: Add new chip op efuse_grant() to control efuse accessPing-Ke Shih4-0/+39