summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2024-02-12wifi: rtw89: mac: return held quota of DLE when changing MAC-1Ping-Ke Shih4-8/+95
2024-02-12wifi: rtw89: load BB parameters to PHY-1Ping-Ke Shih1-9/+20
2024-02-12wifi: rtw89: correct PHY register offset for PHY-1Ping-Ke Shih3-4/+29
2024-02-12wifi: rtw89: chan: MCC take reconfig into accountZong-Zhe Yang1-0/+13
2024-02-12wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLOZong-Zhe Yang3-35/+47
2024-02-12wifi: rtw89: chan: tweak weight recalc ahead before MLOZong-Zhe Yang3-6/+56
2024-02-12wifi: rtw89: chan: tweak bitmap recalc ahead before MLOZong-Zhe Yang1-5/+6
2024-02-12wifi: rtw89: chan: add sub-entity swap function to cover replacingZong-Zhe Yang1-11/+36
2024-02-12wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by selfZong-Zhe Yang4-12/+17
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-1/+1
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-1/+4
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-2/+2
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg6-3/+24
2024-02-06wifi: rtl8xxxu: update rate mask per staMartin Kaistra2-38/+158
2024-02-06wifi: rtw89: fw: download firmware with key data for secure bootPing-Ke Shih2-11/+91
2024-02-06wifi: rtw89: fw: parse secure section from firmware filePing-Ke Shih2-14/+227
2024-02-06wifi: rtw89: fw: read firmware secure information from efusePing-Ke Shih5-0/+163
2024-02-06wifi: rtw89: fw: consider checksum length of security dataPing-Ke Shih2-0/+6
2024-02-06wifi: rtw89: 8922a: add chip_ops::rfk_hw_initPing-Ke Shih11-0/+226
2024-02-06wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial RF calibrations...Ping-Ke Shih7-0/+23
2024-02-06wifi: rtw89: 8922a: rfk: implement chip_ops to call RF calibrationsPing-Ke Shih4-3/+207
2024-02-06wifi: rtw89: rfk: add H2C command to trigger TSSIPing-Ke Shih5-0/+701
2024-02-06wifi: rtw89: rfk: add H2C command to trigger TXGAPKPing-Ke Shih2-0/+57
2024-02-06wifi: rtw89: rfk: add H2C command to trigger DACKPing-Ke Shih2-0/+44
2024-02-06wifi: rtw89: rfk: add H2C command to trigger DPKPing-Ke Shih2-0/+56
2024-02-06wifi: rtw89: rfk: add H2C command to trigger RX DCKPing-Ke Shih2-0/+56
2024-02-06wifi: rtw89: rfk: add H2C command to trigger IQKPing-Ke Shih2-0/+42
2024-02-06wifi: rtw89: rfk: send channel information to firmware for RF calibrationsPing-Ke Shih4-4/+124
2024-02-06wifi: rtw89: rfk: add a completion to wait RF calibration report from C2H eventPing-Ke Shih5-0/+78
2024-02-05wifi: rtl8xxxu: Add TP-Link TL-WN823N V2Chun Qiu1-1/+4
2024-02-01wifi: rtl8xxxu: fix error messagesDan Carpenter1-2/+2
2024-02-01wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-linksPo-Hao Huang1-0/+18
2024-02-01wifi: rtw89: update ps_state register for chips with different generationChin-Yen Lee5-1/+8
2024-02-01wifi: rtw89: add new H2C for PS mode in 802.11be chipChin-Yen Lee3-3/+64
2024-02-01wifi: rtw89: 8922a: add ieee80211_ops::hw_scanPo-Hao Huang6-8/+314
2024-02-01wifi: rtw89: prepare scan leaf functions for wifi 7 ICsPo-Hao Huang5-4/+302
2024-02-01wifi: rtw89: debug: add FW log component for scanPo-Hao Huang2-2/+7
2024-02-01wifi: rtw89: update scan C2H messages for wifi 7 ICPo-Hao Huang2-4/+25
2024-02-01wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULLPing-Ke Shih1-0/+2
2024-02-01wifi: rtw89: 8922a: add chip_ops to get thermal valuePing-Ke Shih2-0/+23
2024-02-01wifi: rtw89: 8922a: add RF read/write v2Ping-Ke Shih4-0/+146
2024-02-01wifi: rtw89: 8922a: add chip_ops::cfg_txrx_pathPing-Ke Shih4-0/+348
2024-02-01wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppduPing-Ke Shih5-3/+158
2024-02-01wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_opsPing-Ke Shih1-0/+37
2024-02-01wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptorPing-Ke Shih1-1/+1
2024-02-01wifi: rtw89: pci: validate RX tag for RXQ and RPQPing-Ke Shih7-7/+63
2024-02-01wifi: rtw89: pci: interrupt v2 refine IMR for SERZong-Zhe Yang1-3/+2
2024-02-01wifi: rtw89: pci: update SER timer unit and timeout timePing-Ke Shih2-0/+8
2024-01-23wifi: rtw89: fix disabling concurrent mode TX hang issueChih-Kang Chang1-1/+1
2024-01-23wifi: rtw89: fix HW scan timeout due to TSF sync issueChih-Kang Chang3-7/+17