summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/fw.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25wifi: rtw89: cleanup firmware elements parsingDmitry Antipov1-32/+39
2023-09-28wifi: rtw89: pause/proceed MCC for ROC and HW scanZong-Zhe Yang1-1/+3
2023-09-22wifi: rtw89: load TX power related tables from FW elementsZong-Zhe Yang1-0/+530
2023-09-18wifi: rtw89: 52c: rfk: refine MCC channel info notificationZong-Zhe Yang1-3/+4
2023-09-07wifi: rtw89: 8922a: set memory heap address for secure firmwarePing-Ke Shih1-0/+4
2023-09-07wifi: rtw89: fw: refine download flow to support variant firmware suitsPing-Ke Shih1-19/+65
2023-09-07wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmwarePing-Ke Shih1-2/+3
2023-09-07wifi: rtw89: fw: add checking type for variant type of firmwarePing-Ke Shih1-9/+10
2023-09-07wifi: rtw89: fw: generalize download firmware flow by mac_gen pointersPing-Ke Shih1-12/+9
2023-09-07wifi: rtw89: fw: move polling function of firmware path ready to an individua...Ping-Ke Shih1-9/+2
2023-09-07wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap()Zong-Zhe Yang1-1/+1
2023-08-25wifi: rtw89: mac: define register address of rx_filter to generalize codePing-Ke Shih1-2/+4
2023-08-25wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register add...Ping-Ke Shih1-2/+2
2023-08-25wifi: rtw89: provide functions to configure NoA for beacon updateZong-Zhe Yang1-0/+10
2023-08-25wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vifZong-Zhe Yang1-2/+4
2023-08-21wifi: rtw89: fix a width vs precision bugDan Carpenter1-1/+1
2023-08-03wifi: rtw89: return failure if needed firmware elements are not recognizedPing-Ke Shih1-0/+11
2023-08-03wifi: rtw89: add to parse firmware elements of BB and RF tablesPing-Ke Shih1-0/+95
2023-08-03wifi: rtw89: introduce infrastructure of firmware elementsPing-Ke Shih1-0/+98
2023-08-03wifi: rtw89: add firmware parser for v1 formatPing-Ke Shih1-12/+94
2023-08-03wifi: rtw89: introduce v1 format of firmware headerPing-Ke Shih1-13/+53
2023-08-03wifi: rtw89: support firmware log with formatted textChin-Yen Lee1-1/+145
2023-08-03wifi: rtw89: recognize log format from firmware fileChin-Yen Lee1-8/+17
2023-08-01wifi: rtw89: use struct to access firmware C2H event headerPing-Ke Shih1-4/+5
2023-08-01wifi: rtw89: add H2C RA command V1 to support WiFi 7 chipsPing-Ke Shih1-1/+17
2023-08-01wifi: rtw89: use struct to set RA H2C commandPing-Ke Shih1-40/+39
2023-08-01wifi: rtw89: Fix loading of compressed firmwareLarry Finger1-24/+3
2023-06-21wifi: rtw89: use struct to parse firmware headerPing-Ke Shih1-28/+30
2023-06-08wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851BZong-Zhe Yang1-0/+1
2023-06-08wifi: rtw89: 8851b: enable hw_scan supportPo-Hao Huang1-0/+1
2023-05-25wifi: rtw89: use struct to access register-based H2C/C2HPing-Ke Shih1-8/+10
2023-05-25wifi: rtw89: add tx_wake notify for 8851BChin-Yen Lee1-0/+1
2023-05-25wifi: rtw89: refine packet offload handling under SERZong-Zhe Yang1-2/+2
2023-05-25wifi: rtw89: tweak H2C TX waiting function for SERZong-Zhe Yang1-0/+8
2023-05-05wifi: rtw89: change naming of BA CAM from V1 to V0_EXTPing-Ke Shih1-6/+6
2023-05-05wifi: rtw89: scan offload wait for FW done ACKZong-Zhe Yang1-14/+14
2023-05-05wifi: rtw89: packet offload wait for FW responseZong-Zhe Yang1-14/+20
2023-05-05wifi: rtw89: refine packet offload delete flow of 6 GHz probeZong-Zhe Yang1-1/+2
2023-05-05wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload()Zong-Zhe Yang1-4/+3
2023-04-17wifi: rtw89: update statistics to FW for fine-tuning performancePo-Hao Huang1-0/+41
2023-04-17wifi: rtw89: use struct instead of macros to set H2C command of hardware scanPing-Ke Shih1-19/+26
2023-04-17wifi: rtw89: refine scan function after chanctxPo-Hao Huang1-33/+14
2023-04-17wifi: rtw89: coex: send more hardware module info to firmware for 8851BPing-Ke Shih1-29/+35
2023-04-14wifi: rtw89: 8851b: fix TX path to path A for one RF path chipPing-Ke Shih1-2/+11
2023-04-14wifi: rtw89: add firmware format version to backward compatible with older dr...Ping-Ke Shih1-8/+25
2023-04-14wifi: rtw89: use schedule_work to request firmwarePing-Ke Shih1-38/+30
2023-04-14wifi: rtw89: fw: use generic flow to set/check featuresZong-Zhe Yang1-21/+20
2023-04-14wifi: rtw89: fix authentication fail during scanPo-Hao Huang1-6/+9
2023-04-14wifi: rtw89: 8852c: add beacon filter and CQM supportPo-Hao Huang1-0/+101
2023-04-03wifi: rtw89: add counters of register-based H2C/C2HPing-Ke Shih1-0/+11