summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88/rtw8723d.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-21wifi: rtw88: usb: Further limit the TX aggregationBitterblue Smith1-0/+1
2024-03-14wifi: rtw88: Shared module for rtw8723x devicesFiona Klute1-632/+41
2023-06-21wifi: rtw88: use struct instead of macros to set TX descPo-Hao Huang1-2/+4
2023-05-25wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsingMartin Blumenstingl1-0/+9
2023-04-20wifi: rtw88: 8822c: extend reserved page numberPo-Hao Huang1-0/+1
2022-12-08wifi: rtw88: Add rtw8723du chipset supportSascha Hauer1-0/+28
2022-08-09wifi: rtw88: 8822c: extend supported probe request sizePo-Hao Huang1-1/+2
2022-05-30wifi: rtw88: Fix Sparse warning for rtw8723d_hw_specLarry Finger1-1/+1
2022-05-01rtw88: add HT MPDU density value for each chipChih-Kang Chang1-0/+1
2022-02-21rtw88: coex: Add WLAN MIMO power saving for Bluetooth gaming controllerChing-Te Ku1-0/+1
2021-01-25rtw88: 8723de: adjust the LTR settingChin-Yen Lee1-2/+2
2020-12-02rtw88: coex: upgrade coexistence A2DP mechanismChing-Te Ku1-0/+1
2020-11-24rtw88: add CCK_PD debug logPing-Ke Shih1-0/+12
2020-11-24rtw88: 8723d: add cck pd seetingsPing-Ke Shih1-0/+18
2020-11-10rtw88: coex: update coex parameter to improve A2DP qualityChing-Te Ku1-29/+29
2020-11-10rtw88: coex: fixed some wrong register definition and settingChing-Te Ku1-2/+2
2020-11-07rtw88: coex: separate BLE HID profile from BLE profileChing-Te Ku1-1/+4
2020-07-15rtw88: coex: Fix ACL Tx pause during BT inquiry/page.Zong-Zhe Yang1-6/+7
2020-05-29rtw88: coex: 8723d: handle BT inquiry casesPing-Ke Shih1-2/+3
2020-05-29rtw88: coex: 8723d: set antanna control ownerPing-Ke Shih1-0/+5
2020-05-29Revert "rtw88: no need to set registers for SDIO"Yan-Hsuan Chuang1-0/+40
2020-05-18rtw88: no need to set registers for SDIOKevin Lo1-40/+0
2020-05-18rtw88: 8723d: fix incorrect setting of ldo_pwrColin Ian King1-1/+1
2020-05-18rtw88: extract: make 8723d an individual kernel moduleZong-Zhe Yang1-0/+5
2020-05-13rtw88: 8723d: fix sparse warnings for power trackingYan-Hsuan Chuang1-1/+1
2020-05-13rtw88: 8723d: Add coex supportPing-Ke Shih1-0/+327
2020-05-13rtw88: 8723d: set ltecoex register address in chip_infoPing-Ke Shih1-0/+7
2020-05-13rtw88: 8723d: implement flush queuePing-Ke Shih1-0/+17
2020-05-13rtw88: 8723d: Add shutdown callback to disable BT USB suspendPing-Ke Shih1-0/+6
2020-05-13rtw88: 8723d: Add power trackingPing-Ke Shih1-0/+400
2020-05-13rtw88: 8723d: add IQ calibrationPing-Ke Shih1-0/+817
2020-05-13rtw88: 8723d: Add LC calibrationPing-Ke Shih1-0/+31
2020-05-06rtw88: 8723d: add interface configurations tablePing-Ke Shih1-0/+21
2020-05-06rtw88: 8723d: Set IG register for CCK ratePing-Ke Shih1-0/+5
2020-05-06rtw88: 8723d: Add chip_ops::false_alarm_statisticsPing-Ke Shih1-0/+65
2020-05-06rtw88: 8723d: some chips don't support LDPCPing-Ke Shih1-0/+1
2020-05-06rtw88: 8723d: Add set_channelPing-Ke Shih1-0/+161
2020-05-06rtw88: 8723d: Add query_rx_descPing-Ke Shih1-0/+116
2020-05-06rtw88: 8723d: Add DIG parameterPing-Ke Shih1-0/+7
2020-04-23rtw88: 8723d: initialize mac/bb/rf basic functionsPing-Ke Shih1-0/+124
2020-04-23rtw88: 8723d: Organize chip TX/RX FIFOPing-Ke Shih1-0/+31
2020-04-23rtw88: 8723d: implement set_tx_power_index opsPing-Ke Shih1-0/+61
2020-04-23rtw88: add legacy firmware download for 8723D devicesPing-Ke Shih1-0/+1
2020-04-21rtw88: 8723d: Add read_efuse to recognize efuse info from mapPing-Ke Shih1-0/+43
2020-04-21rtw88: 8723d: Add new chip op efuse_grant() to control efuse accessPing-Ke Shih1-0/+13
2020-04-21rtw88: 8723d: Add cfg_ldo25 to control LDO25Ping-Ke Shih1-0/+15
2020-04-21rtw88: 8723d: Add mac/bb/rf/agc/power_limit tablesPing-Ke Shih1-0/+11
2020-04-21rtw88: 8723d: Add RF read/write opsPing-Ke Shih1-0/+12
2020-04-21rtw88: 8723d: Add power sequencePing-Ke Shih1-0/+403
2020-04-21rtw88: 8723d: add beamform wrapper functionsPing-Ke Shih1-0/+3