Merge branch 'bugfix/fix_esp32c5_ersu_compatibility_issue' into 'master'

fix(wifi): fix ersu compatibility issue

Closes FCS-1761

See merge request espressif/esp-idf!41382
This commit is contained in:
Jiang Jiang Jian
2025-08-21 00:09:25 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ ieee80211_ampdu_start_age_timer = 0x40000b5c;
ieee80211_is_tx_allowed = 0x40000b64;
ieee80211_output_pending_eb = 0x40000b68;
ieee80211_output_process = 0x40000b6c;
ieee80211_set_tx_desc = 0x40000b70;
/*ieee80211_set_tx_desc = 0x40000b70;*/
ieee80211_classify = 0x40000b74;
ieee80211_copy_eb_header = 0x40000b78;
ieee80211_recycle_cache_eb = 0x40000b7c;

View File

@@ -36,7 +36,7 @@ ieee80211_ampdu_start_age_timer = 0x40000ac4;
ieee80211_is_tx_allowed = 0x40000acc;
ieee80211_output_pending_eb = 0x40000ad0;
ieee80211_output_process = 0x40000ad4;
ieee80211_set_tx_desc = 0x40000ad8;
/*ieee80211_set_tx_desc = 0x40000ad8;*/
ieee80211_classify = 0x40000adc;
ieee80211_copy_eb_header = 0x40000ae0;
ieee80211_recycle_cache_eb = 0x40000ae4;