mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
power save: add txq memory to mac retention link to fix tx m f null failure
This commit is contained in:
@@ -332,9 +332,9 @@ typedef struct pmu_sleep_machine_constant {
|
|||||||
.power_supply_wait_time_us = 2, \
|
.power_supply_wait_time_us = 2, \
|
||||||
.power_up_wait_time_us = 2, \
|
.power_up_wait_time_us = 2, \
|
||||||
.regdma_s2m_work_time_us = 172, \
|
.regdma_s2m_work_time_us = 172, \
|
||||||
.regdma_s2a_work_time_us = 430, \
|
.regdma_s2a_work_time_us = 480, \
|
||||||
.regdma_m2a_work_time_us = 239, \
|
.regdma_m2a_work_time_us = 278, \
|
||||||
.regdma_a2s_work_time_us = 338, \
|
.regdma_a2s_work_time_us = 382, \
|
||||||
.regdma_rf_on_work_time_us = 70, \
|
.regdma_rf_on_work_time_us = 70, \
|
||||||
.regdma_rf_off_work_time_us = 23, \
|
.regdma_rf_off_work_time_us = 23, \
|
||||||
.xtal_wait_stable_time_us = 250, \
|
.xtal_wait_stable_time_us = 250, \
|
||||||
|
@@ -31,7 +31,7 @@ hal_mac_tx_get_blockack = 0x40000bfc;
|
|||||||
//hal_mac_tx_set_ppdu = 0x40000c00;
|
//hal_mac_tx_set_ppdu = 0x40000c00;
|
||||||
ic_get_trc = 0x40000c04;
|
ic_get_trc = 0x40000c04;
|
||||||
//ic_mac_deinit = 0x40000c08;
|
//ic_mac_deinit = 0x40000c08;
|
||||||
/* ic_mac_init = 0x40000c0c; */
|
ic_mac_init = 0x40000c0c;
|
||||||
ic_interface_enabled = 0x40000c10;
|
ic_interface_enabled = 0x40000c10;
|
||||||
is_lmac_idle = 0x40000c14;
|
is_lmac_idle = 0x40000c14;
|
||||||
lmacAdjustTimestamp = 0x40000c18;
|
lmacAdjustTimestamp = 0x40000c18;
|
||||||
|
Submodule components/esp_wifi/lib updated: 515b89441b...6484d097a3
Reference in New Issue
Block a user