summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2022-05-30wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih5-3/+15
2022-05-23wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski1-4/+1
2022-05-17rtw89: pci: only mask out INT indicator register for disable interrupt v1Ping-Ke Shih1-3/+0
2022-05-17rtw89: convert rtw89_band to nl80211_band preciselyZong-Zhe Yang4-11/+29
2022-05-17rtw89: 8852c: update txpwr tables to HALRF_027_00_052Zong-Zhe Yang1-1857/+1857
2022-05-17rtw89: cfo: check mac_id to avoid out-of-boundsPing-Ke Shih1-0/+5
2022-05-17rtw89: 8852c: set TX antenna pathPing-Ke Shih1-4/+5
2022-05-17rtw89: add ieee80211::sta_rc_update opsPing-Ke Shih3-5/+22
2022-05-13rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu1-1/+1
2022-05-11rtw89: add debug entry to dump BSSID CAMPing-Ke Shih2-0/+2
2022-05-11rtw89: add debug select to dump MAC pages 0x30 to 0x33Ping-Ke Shih2-0/+6
2022-05-11rtw89: correct CCA controlPing-Ke Shih1-2/+3
2022-05-11rtw89: correct setting of RX MPDU lengthPing-Ke Shih1-5/+5
2022-05-11rtw89: 8852c: add settings to decrease the effect of DCHsuan Hung2-5/+72
2022-05-09rtw88: adjust adaptivity option to 1Chin-Yen Lee1-1/+1
2022-05-04rtw89: 8852c: add 8852ce to Makefile and KconfigPing-Ke Shih2-2/+25
2022-05-04rtw89: 8852c: fix warning of FIELD_PREP() mask typePing-Ke Shih1-7/+5
2022-05-04rtw89: 8852c: correct register definitions used by 8852cPing-Ke Shih1-2/+1
2022-05-04rtw89: correct AID settings of beamformeePing-Ke Shih2-0/+9
2022-05-04rtw89: ps: fine tune polling interval while changing low power modePing-Ke Shih1-1/+2
2022-05-04rtw89: 8852c: add basic and remaining chip_infoPing-Ke Shih1-3/+77
2022-05-04rtw89: 8852c: add chip_ops::bb_ctrl_btc_preagcPing-Ke Shih1-0/+64
2022-05-04rtw89: 8852c: rfk: get calibrated channels to notify firmwarePing-Ke Shih3-0/+20
2022-05-03rtw89: 8852c: rfk: add DPKPing-Ke Shih6-8/+1178
2022-05-03rtw89: 8852c: rfk: add IQKPing-Ke Shih5-4/+1099
2022-05-03rtw89: 8852c: rfk: add RX DCKPing-Ke Shih4-1/+78
2022-05-03rtw89: 8852c: rfk: add RCKPing-Ke Shih3-0/+45
2022-05-03rtw89: 8852c: rfk: add TSSIPing-Ke Shih3-0/+1057
2022-05-03rtw89: 8852c: rfk: add LCKPing-Ke Shih5-0/+79
2022-05-03rtw89: 8852c: rfk: add DACKPing-Ke Shih4-7/+538
2022-05-03rtw89: 8852c: rfk: add RFK tablesPing-Ke Shih2-0/+848
2022-05-02rtw88: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2-2/+1
2022-05-01rtw88: fix hw scan may cause disconnect issueChih-Kang Chang1-1/+11
2022-05-01rtw88: fix not disabling beacon filter after disconnectionChih-Kang Chang1-1/+5
2022-05-01rtw88: add HT MPDU density value for each chipChih-Kang Chang6-1/+7
2022-04-29rtw89: remove unneeded semicolonYang Li1-1/+1
2022-04-27rtlwifi: btcoex: fix if == else warningGuo Zhengkui1-12/+4
2022-04-27rtl818x: Prevent using not initialized queuesAlexander Wetzel1-2/+6
2022-04-27rtw88: use the correct bit in the REG_HCI_OPT_CTRL registerKevin Lo1-1/+1
2022-04-24rtw89: 8852c: add chip_ops related to BTCPing-Ke Shih2-0/+194
2022-04-24rtw89: 8852c: fill freq and band of RX status by PPDU reportPing-Ke Shih1-0/+33
2022-04-24rtw89: 8852c: implement chip_ops::get_thermalPing-Ke Shih1-0/+12
2022-04-24rtw89: 8852c: implement chip_ops related to TX powerPing-Ke Shih2-0/+325
2022-04-24rtw89: 8852c: configure default BB TX/RX pathPing-Ke Shih5-2/+279
2022-04-24rtw89: add RF H2C to notify firmwarePing-Ke Shih4-0/+73
2022-04-24rtw89: don't flush hci queues and send h2c if power is offPing-Ke Shih2-0/+10
2022-04-24rtw89: pci: allow to process RPP prior to TX BDPing-Ke Shih1-11/+10
2022-04-24rtw89: ps: access TX/RX rings via another registers in low power modePing-Ke Shih8-4/+177
2022-04-24rtw89: ser: re-enable interrupt in threadfn if under_recoveryPing-Ke Shih1-1/+1
2022-04-24rtw89: pci: add a separate interrupt handler for low power modePing-Ke Shih2-0/+26