summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/fw.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04wifi: rtw89: wow: add ARP offload featureChin-Yen Lee1-0/+108
2024-05-04wifi: rtw89: wow: support 802.11w PMF IGTK rekeyChih-Kang Chang1-3/+49
2024-05-04wifi: rtw89: wow: update latest PTK GTK info to mac80211 after resumeChih-Kang Chang1-0/+29
2024-05-04wifi: rtw89: wow: add GTK rekey feature related H2C commandsChih-Kang Chang1-1/+7
2024-05-04wifi: rtw89: wow: construct EAPoL packet for GTK rekey offloadChih-Kang Chang1-0/+113
2024-05-04wifi: rtw89: use struct to fill H2C of WoWLAN global configurationChih-Kang Chang1-8/+10
2024-05-04wifi: rtw89: use struct to access firmware command h2c_dctl_sec_cam_v1Chih-Kang Chang1-5/+7
2024-05-04wifi: rtw89: wow: prepare PTK GTK info from mac80211Chih-Kang Chang1-1/+1
2024-04-18wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sbandZong-Zhe Yang1-0/+4
2024-04-03wifi: rtw89: download firmware with five times retryChia-Yuan Li1-6/+21
2024-04-03wifi: rtw89: 8922a: add beacon filter and CQM supportPo-Hao Huang1-0/+1
2024-04-03wifi: rtw89: 8922a: download template probe requests for 6 GHz bandPo-Hao Huang1-6/+22
2024-03-14wifi: rtw89: coex: Add WiFi role info format version 8Ching-Te Ku1-0/+42
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