Skip to content

Commit 1fcafee

Browse files
committed
Merge branch 'bugfix/fix_some_bugs_related_to_ampdu' into 'master'
fix(wifi): fix some bugs related to ampdu Closes WIFIBUG-1555, WIFIBUG-1591, and WIFIBUG-1595 See merge request espressif/esp-idf!43519
2 parents 9eacbc1 + c15690a commit 1fcafee

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ s_netstack_free = 0x4087ff94;
6464
mesh_rxcb = 0x4087ff90;
6565
sta_rxcb = 0x4087ff8c;
6666
g_itwt_fid = 0x4087ff88;
67-
esp_test_tx_addba_request = 0x4087ff84;

components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ tsf_hal_unmap_tbtt_target_to_rx_frame = 0x40001024;
299299
//ppHEAMPDU2Normal = 0x40001030;
300300
//ppCalTxHEAMPDULength = 0x40001034;
301301
//ppCalTxHESMPDULength = 0x40001038;
302-
rcGetRate = 0x4000103c;
302+
//rcGetRate = 0x4000103c;
303303
rcGetDCMMaxRate = 0x40001040;
304304
//rcGetSMPDURate = 0x40001044;
305305
ppDirectRecycleAmpdu = 0x40001048;

0 commit comments

Comments
 (0)