mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-19 15:59:08 +00:00
fix(pm): reserve txqblocks when mac init at offchannels
This commit is contained in:
@@ -14,7 +14,7 @@ lmacTxDone = 0x4000162c;
|
||||
/*lmacTxFrame = 0x40001630;*/
|
||||
mac_tx_set_htsig = 0x40001638;
|
||||
mac_tx_set_plcp1 = 0x40001640;
|
||||
pm_check_state = 0x40001648;
|
||||
/* pm_check_state = 0x40001648; */
|
||||
/*pm_on_beacon_rx = 0x4000167c;*/
|
||||
/*pm_parse_beacon = 0x40001688;*/
|
||||
/*pm_process_tim = 0x4000168c;*/
|
||||
|
@@ -683,7 +683,7 @@ hal_mac_tx_get_blockack = 0x400015d0;
|
||||
/* hal_mac_tx_set_ppdu = 0x400015d4;*/
|
||||
ic_get_trc = 0x400015d8;
|
||||
/* ic_mac_deinit = 0x400015dc; */
|
||||
ic_mac_init = 0x400015e0;
|
||||
/* ic_mac_init = 0x400015e0; */
|
||||
ic_interface_enabled = 0x400015e4;
|
||||
is_lmac_idle = 0x400015e8;
|
||||
/*lmacAdjustTimestamp = 0x400015ec;*/
|
||||
|
Reference in New Issue
Block a user