diff --git a/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld b/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld index 69174a6c87..3529406291 100644 --- a/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld +++ b/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld @@ -288,7 +288,7 @@ esp_test_clr_tx_statistics = 0x40001020; esp_test_get_tx_statistics = 0x40001024; esp_test_clr_tx_tb_statistics = 0x40001028; esp_test_get_tx_tb_statistics = 0x4000102c; -esp_test_tx_process_complete = 0x40001030; +/*esp_test_tx_process_complete = 0x40001030;*/ esp_test_tx_process_txq_state = 0x40001034; esp_test_tx_enab_statistics = 0x40001038; esp_test_tx_tb_complete = 0x4000103c; diff --git a/components/esp_wifi/include/esp_private/esp_wifi_he_types_private.h b/components/esp_wifi/include/esp_private/esp_wifi_he_types_private.h index 7443822ad9..8e86bb3bd7 100644 --- a/components/esp_wifi/include/esp_private/esp_wifi_he_types_private.h +++ b/components/esp_wifi/include/esp_private/esp_wifi_he_types_private.h @@ -350,7 +350,8 @@ typedef struct { uint32_t tx_muedca_enable; /* count TX times within mu-timer working */ uint32_t collision; uint32_t timeout; -} esp_test_tx_statistics_t; //136 bytes + uint32_t tx_error_a0; +} esp_test_tx_statistics_t; //140 bytes typedef struct { uint32_t complete_suc_tb; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index fb55dc6289..643e8bfd44 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit fb55dc62895f49cbd80cf32f5a053ffb11414511 +Subproject commit 643e8bfd44ae63f367afed3c28d77d83ba818772