summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
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
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. Miller36-395/+17939
2020-05-06rtlwifi: rtl8188ee: remove Comparison to bool in rf.cJason Yan1-2/+2
2020-05-06rtlwifi: remove comparison of 0/1 to bool variableJason Yan1-1/+1
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-06rtlwifi: use true,false for bool variable in rtl_init_rfkill()Jason Yan1-1/+1
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-24mac80211: populate debugfs only after cfg80211 initJohannes Berg1-1/+1
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