Merge branch 'bugfix/fix_wifi_connect_fail' into 'master'

WiFi: fix the bug that wifi connect fail for ESP32C3

See merge request espressif/esp-idf!12308
This commit is contained in:
Jiang Jiang Jian
2021-02-06 02:35:43 +08:00

View File

@@ -1527,7 +1527,6 @@ lmacReachShortLimit = 0x4000161c;
lmacRecycleMPDU = 0x40001620;
lmacRxDone = 0x40001624;
lmacSetTxFrame = 0x40001628;
lmacTxDone = 0x4000162c;
lmacTxFrame = 0x40001630;
mac_tx_set_duration = 0x40001634;
mac_tx_set_htsig = 0x40001638;
@@ -1645,7 +1644,6 @@ wDev_ProcessRxSucData = 0x400017f4;
wdevProcessRxSucDataAll = 0x400017f8;
wdev_csi_len_align = 0x400017fc;
ppDequeueTxDone_Locked = 0x40001800;
ppProcTxDone = 0x40001804;
pm_tx_data_done_process = 0x40001808;
config_is_cache_tx_buf_enabled = 0x4000180c;
ppMapWaitTxq = 0x40001810;