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:
@@ -19,7 +19,7 @@ lmacDiscardMSDU = 0x40001b18;
|
||||
lmacEndFrameExchangeSequence = 0x40001b1c;
|
||||
lmacMSDUAged = 0x40001b28;
|
||||
//lmacSetTxFrame = 0x40001b4c;
|
||||
pm_check_state = 0x40001b6c;
|
||||
/* pm_check_state = 0x40001b6c; */
|
||||
pm_dream = 0x40001b78;
|
||||
pm_on_beacon_rx = 0x40001ba0;
|
||||
//pm_parse_beacon = 0x40001bac;
|
||||
|
@@ -493,7 +493,7 @@ hal_mac_tx_get_blockack = 0x40001af4;
|
||||
/*hal_mac_tx_set_ppdu = 0x40001af8;*/
|
||||
ic_get_trc = 0x40001afc;
|
||||
/* ic_mac_deinit = 0x40001b00; */
|
||||
ic_mac_init = 0x40001b04;
|
||||
/* ic_mac_init = 0x40001b04; */
|
||||
ic_interface_enabled = 0x40001b08;
|
||||
is_lmac_idle = 0x40001b0c;
|
||||
/*lmacAdjustTimestamp = 0x40001b10;*/
|
||||
|
Reference in New Issue
Block a user