mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 04:15:21 +02:00
esp_wifi: fix no null data after WiFi waking up.
This commit is contained in:
@@ -1856,7 +1856,7 @@ pm_parse_beacon = 0x400054d8;
|
||||
pm_process_tim = 0x400054e4;
|
||||
pm_rx_beacon_process = 0x400054f0;
|
||||
pm_rx_data_process = 0x400054fc;
|
||||
pm_sleep = 0x40005508;
|
||||
/*pm_sleep = 0x40005508;*/
|
||||
pm_sleep_for = 0x40005514;
|
||||
pm_tbtt_process = 0x40005520;
|
||||
ppAMPDU2Normal = 0x4000552c;
|
||||
@@ -1947,7 +1947,7 @@ wdevProcessRxSucDataAll = 0x40005928;
|
||||
wdev_csi_len_align = 0x40005934;
|
||||
ppDequeueTxDone_Locked = 0x40005940;
|
||||
ppProcTxDone = 0x4000594c;
|
||||
pm_tx_data_done_process = 0x40005958;
|
||||
/*pm_tx_data_done_process = 0x40005958;*/
|
||||
config_is_cache_tx_buf_enabled = 0x40005964;
|
||||
ppMapWaitTxq = 0x40005970;
|
||||
ppProcessWaitingQueue = 0x4000597c;
|
||||
|
||||
Reference in New Issue
Block a user