Skip to content

Commit 916f701

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/fix_mesh_sta_send_data_error_on_c5' into 'master'
fix(wifi/mesh): fixed the mesh STA sends data error on c5 Closes WIFIBUG-1222 and WIFI-6852 See merge request espressif/esp-idf!39752
2 parents e71e755 + 3c403e9 commit 916f701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_rom/esp32c5/ld/esp32c5.rom.net80211.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ic_reset_extra_softap_rx_ba = 0x40000b50;
3636
ieee80211_align_eb = 0x40000b54;
3737
ieee80211_ampdu_reorder = 0x40000b58;
3838
ieee80211_ampdu_start_age_timer = 0x40000b5c;
39-
ieee80211_encap_esfbuf = 0x40000b60;
39+
/*ieee80211_encap_esfbuf = 0x40000b60;*/
4040
ieee80211_is_tx_allowed = 0x40000b64;
4141
ieee80211_output_pending_eb = 0x40000b68;
4242
ieee80211_output_process = 0x40000b6c;

0 commit comments

Comments
 (0)