diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 007732f4e2..8f44bd8506 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -1495,8 +1495,8 @@ rcSetTxAmpduLimit = 0x40001c90; /* rcTxUpdatePer = 0x40001c94;*/ rcUpdateAckSnr = 0x40001c98; /*rcUpdateRate = 0x40001c9c;*/ -rcUpdateTxDone = 0x40001ca0; -rcUpdateTxDoneAmpdu2 = 0x40001ca4; +/*rcUpdateTxDone = 0x40001ca0;*/ +/*rcUpdateTxDoneAmpdu2 = 0x40001ca4;*/ rcUpSched = 0x40001ca8; rssi_margin = 0x40001cac; rx11NRate2AMPDULimit = 0x40001cb0; diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld index 893c20604a..69df558be7 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld @@ -27,7 +27,7 @@ ppProcTxSecFrame = 0x400016dc; /*ppRxFragmentProc = 0x40001704;*/ /* rcGetSched = 0x40001764;*/ rcTxUpdatePer = 0x40001770; -rcUpdateTxDone = 0x4000177c; +/*rcUpdateTxDone = 0x4000177c;*/ wDevCheckBlockError = 0x400017b4; /* wDev_IndicateFrame = 0x400017c8;*/ wDev_ProcessFiq = 0x400017f0; diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld index ba38ae9609..5fd087fddc 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld @@ -1609,7 +1609,7 @@ rcSetTxAmpduLimit = 0x4000176c; rcUpdateAckSnr = 0x40001774; /*rcUpdateRate = 0x40001778;*/ /* rcUpdateTxDone = 0x4000177c; */ -rcUpdateTxDoneAmpdu2 = 0x40001780; +/* rcUpdateTxDoneAmpdu2 = 0x40001780;*/ rcUpSched = 0x40001784; rssi_margin = 0x40001788; rx11NRate2AMPDULimit = 0x4000178c; diff --git a/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld b/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld index 24ae23143f..43090c9bf3 100644 --- a/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld +++ b/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld @@ -130,8 +130,8 @@ rcSetTxAmpduLimit = 0x40000d88; rcTxUpdatePer = 0x40000d8c; rcUpdateAckSnr = 0x40000d90; /*rcUpdateRate = 0x40000d94;*/ -rcUpdateTxDone = 0x40000d98; -rcUpdateTxDoneAmpdu2 = 0x40000d9c; +/*rcUpdateTxDone = 0x40000d98;*/ +/*rcUpdateTxDoneAmpdu2 = 0x40000d9c;*/ rcUpSched = 0x40000da0; rssi_margin = 0x40000da4; rx11NRate2AMPDULimit = 0x40000da8; diff --git a/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld b/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld index e1884c9e03..425f01279b 100644 --- a/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld +++ b/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld @@ -241,8 +241,8 @@ rcSetTxAmpduLimit = 0x40000ebc; rcTxUpdatePer = 0x40000ec0; rcUpdateAckSnr = 0x40000ec4; rcUpdateRate = 0x40000ec8; -rcUpdateTxDone = 0x40000ecc; -rcUpdateTxDoneAmpdu2 = 0x40000ed0; +/*rcUpdateTxDone = 0x40000ecc;*/ +/*rcUpdateTxDoneAmpdu2 = 0x40000ed0;*/ rcUpSched = 0x40000ed4; rcReachRetryLimit = 0x40000ed8; rcGetDCMMaxRate = 0x40000edc; diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.ld index af74758863..13fee05c18 100644 --- a/components/esp_rom/esp32s3/ld/esp32s3.rom.ld +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.ld @@ -1890,7 +1890,7 @@ rcSetTxAmpduLimit = 0x40005784; rcUpdateAckSnr = 0x4000579c; /*rcUpdateRate = 0x400057a8;*/ /* rcUpdateTxDone = 0x400057b4; */ -rcUpdateTxDoneAmpdu2 = 0x400057c0; +/* rcUpdateTxDoneAmpdu2 = 0x400057c0;*/ rcUpSched = 0x400057cc; rssi_margin = 0x400057d8; rx11NRate2AMPDULimit = 0x400057e4; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index ee40cd1ce4..6b5946393a 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit ee40cd1ce4abfad6a2a3356feba2cfa5e40bb456 +Subproject commit 6b5946393a3a65aea854a1100b62c42eb1d6e8b9