summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/phy.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29wifi: rtw89: Remove the redundant else branch in the function rtw89_phy_get_k...Jiapeng Chong1-4/+2
2024-03-12wifi: rtw89: Correct EHT TX rate on 20MHz connectionDian-Syuan Yang1-4/+9
2024-02-19wifi: rtw89: 8922a: add set_channel RF partPing-Ke Shih1-0/+72
2024-02-19wifi: rtw89: 8922a: add set_channel MAC partPing-Ke Shih1-0/+47
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 Shih1-4/+9
2024-02-06wifi: rtw89: 8922a: add chip_ops::rfk_hw_initPing-Ke Shih1-0/+1
2024-02-06wifi: rtw89: 8922a: rfk: implement chip_ops to call RF calibrationsPing-Ke Shih1-0/+115
2024-02-06wifi: rtw89: rfk: add H2C command to trigger TSSIPing-Ke Shih1-0/+607
2024-02-06wifi: rtw89: rfk: add a completion to wait RF calibration report from C2H eventPing-Ke Shih1-0/+52
2024-02-01wifi: rtw89: 8922a: add RF read/write v2Ping-Ke Shih1-0/+125
2024-01-23wifi: rtw89: 8922a: add chip_ops related to BB initPing-Ke Shih1-0/+1
2024-01-10wifi: rtw89: phy: set channel_info for WiFi 7 chipsPing-Ke Shih1-0/+2
2024-01-10wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chipsPing-Ke Shih1-0/+2
2024-01-10wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chipsPing-Ke Shih1-3/+11
2024-01-10wifi: rtw89: phy: ignore special data from BB parameter filePing-Ke Shih1-0/+2
2024-01-10wifi: rtw89: 8922a: update the register used in DIG and the DIG flowCheng-Chieh Hsieh1-1/+5
2024-01-10wifi: rtw89: phy: add parser to support RX gain dynamic setting flowChung-Hsuan Hung1-5/+6
2024-01-10wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to unionPing-Ke Shih1-4/+4
2023-12-15wifi: rtw89: phy: print out RFK log with formatted stringPing-Ke Shih1-0/+38
2023-12-15wifi: rtw89: parse and print out RFK log from C2H eventsPing-Ke Shih1-0/+175
2023-12-15wifi: rtw89: add C2H event handlers of RFK log and reportPing-Ke Shih1-0/+87
2023-11-30wifi: rtw89: debug: add debugfs entry to disable dynamic mechanismPing-Ke Shih1-0/+5
2023-11-30wifi: rtw89: phy: dynamically adjust EDCCA thresholdYi-Chen Chen1-11/+195
2023-10-19wifi: rtw89: move software DCFO compensation setting to proper positionCheng-Chieh Hsieh1-3/+4
2023-10-19wifi: rtw89: correct the DCFO tracking flow to improve CFO compensationCheng-Chieh Hsieh1-4/+4
2023-10-19wifi: rtw89: modify the register setting and the flow of CFO trackingCheng-Chieh Hsieh1-8/+24
2023-10-19wifi: rtw89: phy: generalize valid bit of BSS colorPing-Ke Shih1-1/+2
2023-10-12wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H reportPing-Ke Shih1-0/+12
2023-10-12wifi: rtw89: Add EHT rate mask as parameters of RA H2C commandPing-Ke Shih1-1/+57
2023-10-05wifi: rtw89: phy: set TX power RU limit according to chip genZong-Zhe Yang1-37/+37
2023-10-05wifi: rtw89: phy: set TX power limit according to chip genZong-Zhe Yang1-32/+32
2023-10-05wifi: rtw89: phy: set TX power offset according to chip genZong-Zhe Yang1-4/+5
2023-10-05wifi: rtw89: phy: set TX power by rate according to chip genZong-Zhe Yang1-13/+13
2023-10-03wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performancePo-Hao Huang1-1/+58
2023-10-03wifi: rtw89: refine uplink trigger based control mechanismPo-Hao Huang1-30/+42
2023-09-22wifi: rtw89: load TX power related tables from FW elementsZong-Zhe Yang1-1/+0
2023-09-22wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chipsZong-Zhe Yang1-13/+13
2023-09-22wifi: rtw89: load TX power by rate when RFE parms setupZong-Zhe Yang1-3/+0
2023-09-22wifi: rtw89: phy: refine helpers used for raw TX powerZong-Zhe Yang1-35/+42
2023-09-22wifi: rtw89: indicate TX power by rate table inside RFE parameterZong-Zhe Yang1-2/+2
2023-08-25wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIGCheng-Chieh Hsieh1-64/+159
2023-08-25wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chipsPing-Ke Shih1-0/+8
2023-08-25wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register add...Ping-Ke Shih1-3/+3
2023-08-25wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vifZong-Zhe Yang1-9/+12
2023-08-25wifi: rtw89: sar: let caller decide the center frequency to queryZong-Zhe Yang1-2/+6
2023-08-03wifi: rtw89: add to parse firmware elements of BB and RF tablesPing-Ke Shih1-4/+11
2023-08-01wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptorPing-Ke Shih1-1/+1
2023-08-01wifi: rtw89: add C2H RA event V1 to support WiFi 7 chipsPing-Ke Shih1-6/+29
2023-08-01wifi: rtw89: use struct to access RA reportPing-Ke Shih1-6/+7