From 8d35a5a92a9b444deabe3b33710aeb3faa8b64e4 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Fri, 13 Feb 2026 10:41:56 +0800 Subject: [PATCH] fix(wifi): fix phy rfrx gain index issue --- components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld | 4 ++-- components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld b/components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld index 3f4dee36f1..2530904497 100644 --- a/components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld +++ b/components/esp_rom/esp32c5/ld/esp32c5.rom.eco3.ld @@ -258,10 +258,10 @@ phy_rx_dco_cal_1step = 0x40001410; phy_set_lb_txiq = 0x40001414; phy_rxiq_opt = 0x40001418; phy_bb_gain_index = 0x40001430; -phy_rfrx_gain_index = 0x40001434; +//phy_rfrx_gain_index = 0x40001434; phy_gen_rx_gain_table = 0x40001438; phy_get_rxbb_dc = 0x4000143c; -phy_wr_rx_gain_mem = 0x40001440; +//phy_wr_rx_gain_mem = 0x40001440; phy_set_tsens_power_ = 0x40001444; phy_get_tsens_value_ = 0x40001448; phy_tsens_read_init = 0x4000144c; diff --git a/components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld b/components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld index 5cc25c45cb..45688e3dd0 100644 --- a/components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld +++ b/components/esp_rom/esp32c61/ld/esp32c61.rom.eco4.ld @@ -143,12 +143,12 @@ phy_rfpll_cap_init_cal = 0x400011c4; phy_set_freq = 0x400011c8; phy_write_pll_cap = 0x400011cc; phy_read_pll_cap = 0x400011d0; -phy_chip_set_chan_misc = 0x400011d4; +//phy_chip_set_chan_misc = 0x400011d4; phy_freq_set_reg = 0x400011d8; phy_rfpll_chgp_cal = 0x400011dc; phy_gen_rx_gain_table = 0x400011e0; phy_get_rxbb_dc = 0x400011e4; -phy_wr_rx_gain_mem = 0x400011e8; +//phy_wr_rx_gain_mem = 0x400011e8; phy_rfpll_cap_track = 0x400011ec; phy_txpwr_correct = 0x400011f4; phy_txpwr_cal_track = 0x400011f8; @@ -288,7 +288,7 @@ phy_spur_reg_write_one_tone = 0x40001430; phy_spur_cal = 0x40001434; phy_spur_coef_cfg = 0x40001438; phy_bb_gain_index = 0x4000143c; -phy_rfrx_gain_index = 0x40001440; +//phy_rfrx_gain_index = 0x40001440; phy_set_tsens_power_ = 0x40001444; phy_set_tsens_range_ = 0x40001448; phy_get_tsens_value_ = 0x4000144c;