From 2f0bb9fdd0b0da5086c32a6463c57c709790931c Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Wed, 17 Dec 2025 10:49:42 +0800 Subject: [PATCH 1/2] fix(wifi): fix some bugs related to ampdu --- components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld | 1 - components/esp_wifi/lib | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld b/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld index 362cc49b70..cfac8c96f4 100644 --- a/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld +++ b/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld @@ -64,4 +64,3 @@ s_netstack_free = 0x4087ff94; mesh_rxcb = 0x4087ff90; sta_rxcb = 0x4087ff8c; g_itwt_fid = 0x4087ff88; -esp_test_tx_addba_request = 0x4087ff84; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index cddf8d3020..5d1524a6f0 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit cddf8d3020bc44ade4df0969e5c333a3d2772cff +Subproject commit 5d1524a6f08efa535e5e41573465515d39551ca5 From a0d51456c9fffb34d916f81cfaeb5a0070a15e83 Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Thu, 27 Nov 2025 16:38:34 +0800 Subject: [PATCH 2/2] fix(wifi): fix cannot send omc --- components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld b/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld index 83eae73b2d..552ef5c5b3 100644 --- a/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld +++ b/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld @@ -299,7 +299,7 @@ tsf_hal_unmap_tbtt_target_to_rx_frame = 0x40001024; //ppHEAMPDU2Normal = 0x40001030; //ppCalTxHEAMPDULength = 0x40001034; //ppCalTxHESMPDULength = 0x40001038; -rcGetRate = 0x4000103c; +//rcGetRate = 0x4000103c; rcGetDCMMaxRate = 0x40001040; //rcGetSMPDURate = 0x40001044; ppDirectRecycleAmpdu = 0x40001048;