mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 09:06:27 +00:00
fix(pm): reserve txqblocks when mac init at offchannels
This commit is contained in:
@@ -51,7 +51,7 @@ hal_get_sta_tsf = 0x40000bd4;
|
||||
tsf_hal_get_tbtt_interval = 0x40000bd8;
|
||||
ic_get_trc = 0x40000be4;
|
||||
ic_mac_deinit = 0x40000be8;
|
||||
ic_mac_init = 0x40000bec;
|
||||
/* ic_mac_init = 0x40000bec; */
|
||||
ic_interface_enabled = 0x40000bf0;
|
||||
is_lmac_idle = 0x40000bf4;
|
||||
ic_get_he_rts_threshold_bytes = 0x40000bf8;
|
||||
@@ -101,7 +101,7 @@ mac_tx_set_tb = 0x40000ca4;
|
||||
mac_tx_set_mplen = 0x40000ca8;
|
||||
mac_tx_set_txop_q = 0x40000cac;
|
||||
mac_tx_set_pti = 0x40000cb0;
|
||||
pm_check_state = 0x40000cb4;
|
||||
/* pm_check_state = 0x40000cb4; */
|
||||
pm_disable_dream_timer = 0x40000cb8;
|
||||
pm_disable_sleep_delay_timer = 0x40000cbc;
|
||||
pm_dream = 0x40000cc0;
|
||||
|
Reference in New Issue
Block a user