summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih2022-05-305-3/+15
* wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski2022-05-231-4/+1
* rtw89: pci: only mask out INT indicator register for disable interrupt v1Ping-Ke Shih2022-05-171-3/+0
* rtw89: convert rtw89_band to nl80211_band preciselyZong-Zhe Yang2022-05-174-11/+29
* rtw89: 8852c: update txpwr tables to HALRF_027_00_052Zong-Zhe Yang2022-05-171-1857/+1857
* rtw89: cfo: check mac_id to avoid out-of-boundsPing-Ke Shih2022-05-171-0/+5
* rtw89: 8852c: set TX antenna pathPing-Ke Shih2022-05-171-4/+5
* rtw89: add ieee80211::sta_rc_update opsPing-Ke Shih2022-05-173-5/+22
* rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu2022-05-131-1/+1
* rtw89: add debug entry to dump BSSID CAMPing-Ke Shih2022-05-112-0/+2
* rtw89: add debug select to dump MAC pages 0x30 to 0x33Ping-Ke Shih2022-05-112-0/+6
* rtw89: correct CCA controlPing-Ke Shih2022-05-111-2/+3
* rtw89: correct setting of RX MPDU lengthPing-Ke Shih2022-05-111-5/+5
* rtw89: 8852c: add settings to decrease the effect of DCHsuan Hung2022-05-112-5/+72
* rtw88: adjust adaptivity option to 1Chin-Yen Lee2022-05-091-1/+1
* rtw89: 8852c: add 8852ce to Makefile and KconfigPing-Ke Shih2022-05-042-2/+25
* rtw89: 8852c: fix warning of FIELD_PREP() mask typePing-Ke Shih2022-05-041-7/+5
* rtw89: 8852c: correct register definitions used by 8852cPing-Ke Shih2022-05-041-2/+1
* rtw89: correct AID settings of beamformeePing-Ke Shih2022-05-042-0/+9
* rtw89: ps: fine tune polling interval while changing low power modePing-Ke Shih2022-05-041-1/+2
* rtw89: 8852c: add basic and remaining chip_infoPing-Ke Shih2022-05-041-3/+77
* rtw89: 8852c: add chip_ops::bb_ctrl_btc_preagcPing-Ke Shih2022-05-041-0/+64
* rtw89: 8852c: rfk: get calibrated channels to notify firmwarePing-Ke Shih2022-05-043-0/+20
* rtw89: 8852c: rfk: add DPKPing-Ke Shih2022-05-036-8/+1178
* rtw89: 8852c: rfk: add IQKPing-Ke Shih2022-05-035-4/+1099
* rtw89: 8852c: rfk: add RX DCKPing-Ke Shih2022-05-034-1/+78
* rtw89: 8852c: rfk: add RCKPing-Ke Shih2022-05-033-0/+45
* rtw89: 8852c: rfk: add TSSIPing-Ke Shih2022-05-033-0/+1057
* rtw89: 8852c: rfk: add LCKPing-Ke Shih2022-05-035-0/+79
* rtw89: 8852c: rfk: add DACKPing-Ke Shih2022-05-034-7/+538
* rtw89: 8852c: rfk: add RFK tablesPing-Ke Shih2022-05-032-0/+848
* rtw88: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-05-022-2/+1
* rtw88: fix hw scan may cause disconnect issueChih-Kang Chang2022-05-011-1/+11
* rtw88: fix not disabling beacon filter after disconnectionChih-Kang Chang2022-05-011-1/+5
* rtw88: add HT MPDU density value for each chipChih-Kang Chang2022-05-016-1/+7
* rtw89: remove unneeded semicolonYang Li2022-04-291-1/+1
* rtlwifi: btcoex: fix if == else warningGuo Zhengkui2022-04-271-12/+4
* rtl818x: Prevent using not initialized queuesAlexander Wetzel2022-04-271-2/+6
* rtw88: use the correct bit in the REG_HCI_OPT_CTRL registerKevin Lo2022-04-271-1/+1
* rtw89: 8852c: add chip_ops related to BTCPing-Ke Shih2022-04-242-0/+194
* rtw89: 8852c: fill freq and band of RX status by PPDU reportPing-Ke Shih2022-04-241-0/+33
* rtw89: 8852c: implement chip_ops::get_thermalPing-Ke Shih2022-04-241-0/+12
* rtw89: 8852c: implement chip_ops related to TX powerPing-Ke Shih2022-04-242-0/+325
* rtw89: 8852c: configure default BB TX/RX pathPing-Ke Shih2022-04-245-2/+279
* rtw89: add RF H2C to notify firmwarePing-Ke Shih2022-04-244-0/+73
* rtw89: don't flush hci queues and send h2c if power is offPing-Ke Shih2022-04-242-0/+10
* rtw89: pci: allow to process RPP prior to TX BDPing-Ke Shih2022-04-241-11/+10
* rtw89: ps: access TX/RX rings via another registers in low power modePing-Ke Shih2022-04-248-4/+177
* rtw89: ser: re-enable interrupt in threadfn if under_recoveryPing-Ke Shih2022-04-241-1/+1
* rtw89: pci: add a separate interrupt handler for low power modePing-Ke Shih2022-04-242-0/+26