summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)AuthorFilesLines
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/...David 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
2020-04-21rtw88: 8723d: Add cfg_ldo25 to control LDO25Ping-Ke Shih3-1/+21
2020-04-21rtw88: 8723d: Add mac/bb/rf/agc/power_limit tablesPing-Ke Shih3-0/+1207
2020-04-21rtw88: 8723d: Add RF read/write opsPing-Ke Shih5-4/+85
2020-04-21rtw88: 8723d: Add power sequencePing-Ke Shih2-0/+404
2020-04-21rtw88: 8723d: add beamform wrapper functionsPing-Ke Shih5-13/+33
2020-04-21rtw88: 8723d: Add basic chip capabilitiesPing-Ke Shih6-0/+72
2020-04-15rtw88: add support for set/get antennasYan-Hsuan Chuang3-0/+71
2020-04-15rtw88: make rtw_chip_ops::set_antenna return intYan-Hsuan Chuang2-10/+17
2020-04-14rtw88: Add delay on polling h2c command status bitKai-Heng Feng1-6/+7
2020-04-14rtw88: Make two functions staticYueHaibing1-4/+4
2020-04-14rtw88: avoid unused function warningsArnd Bergmann1-8/+3
2020-03-26rtw88: fix non-increase management packet sequence numberTzu-En Huang3-0/+15
2020-03-26rtw88: add a debugfs entry to enable/disable coex mechanismYan-Hsuan Chuang1-0/+45
2020-03-26rtw88: add a debugfs entry to dump coex's infoYan-Hsuan Chuang6-0/+595
2020-03-23rtw88: 8822c: config RF table path B before path AYan-Hsuan Chuang1-1/+1
2020-03-23rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang5-56/+136
2020-03-23rtw88: pci: define a mask for TX/RX BD indexesYan-Hsuan Chuang2-11/+23
2020-03-23rtw88: associate reserved pages with each vifYan-Hsuan Chuang6-103/+258
2020-03-23rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang3-23/+66
2020-03-23rtw88: don't hold all IRQs disabled for PS operationsBrian Norris2-22/+36