mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
fix the bug that wifi connect fail
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user