Merge branch 'bugfix/fix_esp32c3_connect_fail' into 'master'

esp_wifi: fix esp32c3 connect fail

Closes IDFCI-1524

See merge request espressif/esp-idf!21297
This commit is contained in:
Jiang Jiang Jian 2022-11-29 14:24:27 +08:00
commit b04e33256d

View File

@ -1716,7 +1716,7 @@ ic_reset_rx_ba = 0x4000184c;
ieee80211_align_eb = 0x40001850; ieee80211_align_eb = 0x40001850;
ieee80211_ampdu_reorder = 0x40001854; ieee80211_ampdu_reorder = 0x40001854;
ieee80211_ampdu_start_age_timer = 0x40001858; ieee80211_ampdu_start_age_timer = 0x40001858;
ieee80211_encap_esfbuf = 0x4000185c; /*ieee80211_encap_esfbuf = 0x4000185c;*/
ieee80211_is_tx_allowed = 0x40001860; ieee80211_is_tx_allowed = 0x40001860;
ieee80211_output_pending_eb = 0x40001864; ieee80211_output_pending_eb = 0x40001864;
ieee80211_output_process = 0x40001868; ieee80211_output_process = 0x40001868;