summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/fw.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05wifi: rtw89: coex: Reorder H2C command index to align with firmwareChing-Te Ku1-18/+18
2024-03-05wifi: rtw89: coex: add BTC ctrl_info version 7 and related logicChing-Te Ku1-2/+42
2024-03-05wifi: rtw89: coex: add init_info H2C command format version 7Ching-Te Ku1-1/+41
2024-02-27wifi: rtw89: advertise missing extended scan featureKuan-Chung Chen1-2/+2
2024-02-15wifi: rtw89: fw: remove unnecessary rcu_read_unlock() for puncturedPing-Ke Shih1-1/+0
2024-02-15wifi: rtw89: fw: implement MRC H2C command functionsZong-Zhe Yang1-0/+366
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-1/+4
2024-02-06wifi: rtw89: fw: download firmware with key data for secure bootPing-Ke Shih1-6/+89
2024-02-06wifi: rtw89: fw: parse secure section from firmware filePing-Ke Shih1-14/+188
2024-02-06wifi: rtw89: fw: consider checksum length of security dataPing-Ke Shih1-0/+3
2024-02-06wifi: rtw89: rfk: add H2C command to trigger TSSIPing-Ke Shih1-0/+48
2024-02-06wifi: rtw89: rfk: add H2C command to trigger TXGAPKPing-Ke Shih1-0/+44
2024-02-06wifi: rtw89: rfk: add H2C command to trigger DACKPing-Ke Shih1-0/+36
2024-02-06wifi: rtw89: rfk: add H2C command to trigger DPKPing-Ke Shih1-0/+43
2024-02-06wifi: rtw89: rfk: add H2C command to trigger RX DCKPing-Ke Shih1-0/+43
2024-02-06wifi: rtw89: rfk: add H2C command to trigger IQKPing-Ke Shih1-0/+35
2024-02-06wifi: rtw89: rfk: send channel information to firmware for RF calibrationsPing-Ke Shih1-0/+73
2024-02-01wifi: rtw89: add new H2C for PS mode in 802.11be chipChin-Yen Lee1-0/+44
2024-02-01wifi: rtw89: 8922a: add ieee80211_ops::hw_scanPo-Hao Huang1-1/+177
2024-02-01wifi: rtw89: prepare scan leaf functions for wifi 7 ICsPo-Hao Huang1-3/+217
2024-02-01wifi: rtw89: debug: add FW log component for scanPo-Hao Huang1-2/+6
2024-01-23wifi: rtw89: fix HW scan timeout due to TSF sync issueChih-Kang Chang1-2/+3
2024-01-23wifi: rtw89: add wait/completion for abort scanPo-Hao Huang1-5/+16
2024-01-23wifi: rtw89: Set default CQM config if not presentPo-Hao Huang1-2/+9
2024-01-23wifi: rtw89: refine add_chan H2C command to encode_bitsPo-Hao Huang1-33/+38
2024-01-18wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chipsPing-Ke Shih1-0/+45
2024-01-18wifi: rtw89: fw: use struct to fill JOIN H2C commandPing-Ke Shih1-17/+20
2024-01-18wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7Ping-Ke Shih1-0/+55
2024-01-18wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7Ping-Ke Shih1-2/+88
2024-01-18wifi: rtw89: fw: update TX AMPDU parameter to CMAC tablePing-Ke Shih1-0/+66
2024-01-18wifi: rtw89: fw: add chip_ops to update CMAC table to associated stationPing-Ke Shih1-0/+2
2024-01-18wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chipsPing-Ke Shih1-4/+171
2024-01-18wifi: rtw89: fw: add H2C command to update security CAM v2Ping-Ke Shih1-0/+39
2024-01-12wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operationPing-Ke Shih1-0/+2
2024-01-12wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chipsPing-Ke Shih1-0/+82
2024-01-12wifi: rtw89: use struct to fill H2C command to download beacon framePing-Ke Shih1-15/+21
2024-01-12wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC IDPing-Ke Shih1-6/+29
2024-01-12wifi: rtw89: refine H2C command that pause transmitting by MAC IDPing-Ke Shih1-7/+10
2024-01-12wifi: rtw89: fw: use struct to fill BA CAM H2C commandsPing-Ke Shih1-23/+29
2024-01-12wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAMPing-Ke Shih1-0/+2
2024-01-12wifi: rtw89: mac: add feature_init to initialize BA CAM V1Ping-Ke Shih1-0/+39
2024-01-12wifi: rtw89: add firmware H2C command of BA CAM V1Ping-Ke Shih1-0/+74
2023-12-15wifi: rtw89: add DBCC H2C to notify firmware the statusPing-Ke Shih1-0/+35
2023-12-15wifi: rtw89: add C2H event handlers of RFK log and reportPing-Ke Shih1-0/+2
2023-12-15wifi: rtw89: load RFK log format string from firmware filePing-Ke Shih1-0/+29
2023-12-15wifi: rtw89: fw: add version field to BB MCU firmware elementPing-Ke Shih1-1/+7
2023-12-15wifi: rtw89: fw: load TX power track tables from fw_elementPing-Ke Shih1-0/+71
2023-12-07wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chipZong-Zhe Yang1-1/+9
2023-12-07wifi: rtw89: 8922a: configure CRASH_TRIGGER FW featureZong-Zhe Yang1-0/+1
2023-12-01wifi: rtw89: fix misbehavior of TX beacon in concurrent modeChih-Kang Chang1-2/+15