summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtw88: 8822c: remove CCK TX setting when switch channelChien-Hsun Liao2020-05-291-2/+0
* rtw88: 8822c: fix missing brace warning for old compilersYan-Hsuan Chuang2020-05-291-1/+1
* rtw88: fix EAPOL 4-way failure by finish IQK earlierPing-Ke Shih2020-05-293-2/+21
* rtw88: coex: 8723d: handle BT inquiry casesPing-Ke Shih2020-05-292-5/+9
* rtw88: coex: 8723d: set antanna control ownerPing-Ke Shih2020-05-294-2/+17
* Revert "rtw88: no need to set registers for SDIO"Yan-Hsuan Chuang2020-05-293-0/+155
* rtlwifi: rtl8192ee: remove redundant for-loopColin Ian King2020-05-181-8/+6
* rtw88: no need to set registers for SDIOKevin Lo2020-05-183-155/+0
* rtw88: 8723d: fix incorrect setting of ldo_pwrColin Ian King2020-05-181-1/+1
* rtw88: rename rtw88.ko/rtwpci.ko to rtw88_core.ko/rtw88_pci.koYan-Hsuan Chuang2020-05-181-4/+4
* rtw88: extract: remove the unused after extractingZong-Zhe Yang2020-05-182-19/+0
* rtw88: extract: make 8723d an individual kernel moduleZong-Zhe Yang2020-05-187-6/+60
* rtw88: extract: make 8822b an individual kernel moduleZong-Zhe Yang2020-05-187-6/+60
* rtw88: extract: make 8822c an individual kernel moduleZong-Zhe Yang2020-05-187-6/+60
* rtw88: extract: export symbols about pci interfaceZong-Zhe Yang2020-05-181-5/+9
* rtw88: extract: export symbols used in chip functionalitiesZong-Zhe Yang2020-05-188-0/+42
* rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup()Dan Carpenter2020-05-181-6/+2
* rtl8187: Remove unused variable rtl8225z2_tx_power_ofdmChenTao2020-05-131-4/+0
* rtw88: 8723d: fix sparse warnings for power trackingYan-Hsuan Chuang2020-05-131-1/+1
* rtw88: 8723d: Add 8723DE to Kconfig and MakefilePing-Ke Shih2020-05-132-0/+11
* rtw88: fill zeros to words 0x06 and 0x07 of security cam entryPing-Ke Shih2020-05-131-1/+5
* rtw88: 8723d: Add coex supportPing-Ke Shih2020-05-132-0/+330
* rtw88: 8723d: set ltecoex register address in chip_infoPing-Ke Shih2020-05-136-6/+43
* rtw88: 8723d: implement flush queuePing-Ke Shih2020-05-135-18/+73
* rtw88: 8723d: Add shutdown callback to disable BT USB suspendPing-Ke Shih2020-05-134-0/+25
* rtw88: 8723d: Add power trackingPing-Ke Shih2020-05-136-5/+422
* rtw88: 8723d: add IQ calibrationPing-Ke Shih2020-05-135-0/+963
* rtw88: 8723d: Add LC calibrationPing-Ke Shih2020-05-133-0/+35
* Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-0736-395/+17939
|\
| * rtlwifi: rtl8188ee: remove Comparison to bool in rf.cJason Yan2020-05-061-2/+2
| * rtlwifi: remove comparison of 0/1 to bool variableJason Yan2020-05-061-1/+1
| * rtw88: fix an issue about leak system resourcesDejin Zheng2020-05-061-0/+1
| * rtw88: 8723d: add interface configurations tablePing-Ke Shih2020-05-061-0/+21
| * rtw88: 8723d: Set IG register for CCK ratePing-Ke Shih2020-05-065-0/+12
| * rtw88: 8723d: Add chip_ops::false_alarm_statisticsPing-Ke Shih2020-05-062-0/+106
| * rtw88: 8723d: some chips don't support LDPCPing-Ke Shih2020-05-065-2/+16
| * rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfullyPing-Ke Shih2020-05-064-7/+19
| * rtw88: 8723d: Add set_channelPing-Ke Shih2020-05-063-0/+195
| * rtw88: 8723d: Add query_rx_descPing-Ke Shih2020-05-062-0/+138
| * rtw88: 8723d: Add DIG parameterPing-Ke Shih2020-05-061-0/+7
| * rtlwifi: use true,false for bool variable in rtl_init_rfkill()Jason Yan2020-05-061-1/+1
| * rtw88: Use udelay instead of usleep in atomic contextKai-Heng Feng2020-05-061-3/+3
| * rtw88: fix spelling mistake "fimrware" -> "firmware"Colin Ian King2020-05-041-2/+2
| * rtw88: 8822c: update phy parameter tables to v50Yan-Hsuan Chuang2020-05-044-226/+14443
| * rtw88: fix sparse warnings for download firmware routineYan-Hsuan Chuang2020-04-281-2/+4
| * rtw88: 8723d: initialize mac/bb/rf basic functionsPing-Ke Shih2020-04-234-0/+162
| * rtw88: 8723d: Organize chip TX/RX FIFOPing-Ke Shih2020-04-234-46/+154
| * rtw88: 8723d: implement set_tx_power_index opsPing-Ke Shih2020-04-231-0/+61
| * rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih2020-04-232-13/+28
| * rtw88: decompose while(1) loop of power sequence polling commandPing-Ke Shih2020-04-231-34/+38