summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)AuthorFilesLines
2021-11-18rtw88: fix RX clock gate setting while fifo dumpZong-Zhe Yang2-4/+4
2021-09-18rtw88: wow: fix size access error of probe requestChin-Yen Lee2-2/+7
2021-09-18rtw88: wow: build wow function only if CONFIG_PM is onPing-Ke Shih1-1/+1
2021-09-18rtw88: use read_poll_timeout instead of fixed sleepChin-Yen Lee1-5/+16
2021-07-14rtw88: 8822c: fix lc calibration timingPo-Hao Huang1-10/+12
2021-05-19rtw88: 8822c: add LC calibration for RTL8822CPo-Hao Huang5-2/+47
2021-05-14rtw88: Fix an error code in rtw_debugfs_set_rsvd_page()Dan Carpenter1-1/+1
2021-05-14rtw88: Fix array overrun in rtw_get_tx_power_params()Ping-Ke Shih1-2/+3
2021-04-07rtw88: coex: 8821c: correct antenna switch functionGuo-Feng Fan1-8/+8
2020-12-03rtw88: debug: Fix uninitialized memory in debugfs codeDan Carpenter1-0/+2
2020-11-02rtw88: fix fw_fifo_addr checkTom Rix1-1/+1
2020-10-01rtw88: pci: Power cycle device during shutdownKai-Heng Feng1-0/+2
2020-09-29rtw88: show current regulatory in tx power tableTzu-En Huang1-0/+23
2020-09-29rtw88: add dump fw crash logTzu-En Huang4-0/+81
2020-09-29rtw88: add dump firmware fifo supportTzu-En Huang6-18/+85
2020-09-29rtw88: handle and recover when firmware crashTzu-En Huang8-64/+181
2020-09-29rtw88: increse the size of rx buffer sizeTzu-En Huang1-2/+2
2020-09-24rtw88: Fix potential probe error handling race with wow firmware loadingAndreas Färber1-0/+3
2020-09-24rtw88: Fix probe error handling race with firmware loadingAndreas Färber1-0/+2
2020-09-16rtw88: rtw8822c: eliminate code duplication, use native swap() functionIvan Safonov1-12/+3
2020-09-07rtw88: fix compile warning: [-Wignored-qualifiers]Tzu-En Huang1-1/+1
2020-09-01rtw88: debug: Remove unused variables 'val'Lee Jones1-4/+2
2020-08-27rtlwifi/rtw88: convert tasklets to use new tasklet_setup() APIAllen Pais3-5/+4
2020-08-27rtw88: 8822c: update tx power limit tables to RF v20.1Zong-Zhe Yang1-16/+16
2020-08-27rtw88: use read_poll_timeout_atomic() for poll loopBrian Norris1-9/+4
2020-08-27rtw88: don't treat NULL pointer as an arrayBrian Norris1-2/+3
2020-08-27rtw88: Use fallthrough pseudo-keywordGustavo A. R. Silva2-5/+5
2020-08-27rtw88: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-17/+16
2020-08-18rtw88: fix spelling mistake: "unsupport" -> "unsupported"Colin Ian King2-4/+4
2020-08-02rtw88: 8821c: coex: add functions and parametersPing-Cheng Chen3-0/+430
2020-08-02rtw88: 8821c: make symbol 'rtw8821c_rtw_pwr_track_tbl' staticWei Yongjun1-1/+1
2020-08-02rtw88: add h2c command in debugfsTzu-En Huang3-0/+37
2020-08-02rtw88: allows driver to enable/disable beaconYan-Hsuan Chuang1-0/+9
2020-08-02rtw88: add ieee80211_ops::change_interfaceYan-Hsuan Chuang1-0/+18
2020-08-02rtw88: coex: only skip coex triggered by BT infoYan-Hsuan Chuang1-1/+2
2020-08-02rtw88: update tx descriptor of mgmt and reserved page packetsTzu-En Huang4-39/+90
2020-08-02rtw88: fix short GI capability based on current bandwidthTsang-Shian Lin1-5/+6
2020-08-02rtw88: fix LDPC field for RA infoTsang-Shian Lin1-1/+1
2020-07-15rtw88: coex: Fix ACL Tx pause during BT inquiry/page.Zong-Zhe Yang7-29/+108
2020-07-15rtw88: 8822c: add new RFE type 6Yan-Hsuan Chuang1-0/+1
2020-07-15rtw88: 8822ce: add support for device ID 0xc82fAaron Ma1-0/+4
2020-07-15rtw88: pci: disable aspm for platform inter-op with module parameterYan-Hsuan Chuang1-0/+9
2020-07-15rtw88: 8821c: Add 8821CE to Kconfig and MakefileTzu-En Huang2-0/+20
2020-07-15rtw88: single rf path chips don't support TX STBCTzu-En Huang1-2/+2
2020-07-15rtw88: 8821c: add beamformee supportTzu-En Huang2-2/+48
2020-07-15rtw88: 8821c: add power trackingTzu-En Huang3-0/+293
2020-07-15rtw88: 8821c: add cck pd settingsTzu-En Huang3-0/+29
2020-07-15rtw88: 8821c: add phy calibrationTzu-En Huang1-0/+34
2020-07-15rtw88: 8821c: add false alarm statisticsTzu-En Huang2-0/+63
2020-07-15rtw88: 8821c: add query rx desc supportTzu-En Huang2-0/+117