Merge branch 'bugfix/wifi_backport_v4.4_0613' into 'release/v4.4'

esp_wifi: backport some wifi fix(v4.4)

See merge request espressif/esp-idf!18486
This commit is contained in:
Jiang Jiang Jian
2022-06-14 17:12:26 +08:00
4 changed files with 8 additions and 8 deletions

View File

@ -1504,7 +1504,7 @@ esf_buf_alloc = 0x400015bc;
GetAccess = 0x400015c8; GetAccess = 0x400015c8;
hal_mac_is_low_rate_enabled = 0x400015cc; hal_mac_is_low_rate_enabled = 0x400015cc;
hal_mac_tx_get_blockack = 0x400015d0; hal_mac_tx_get_blockack = 0x400015d0;
hal_mac_tx_set_ppdu = 0x400015d4; /* hal_mac_tx_set_ppdu = 0x400015d4; */
ic_get_trc = 0x400015d8; ic_get_trc = 0x400015d8;
ic_mac_deinit = 0x400015dc; ic_mac_deinit = 0x400015dc;
ic_mac_init = 0x400015e0; ic_mac_init = 0x400015e0;
@ -1528,9 +1528,9 @@ lmacRxDone = 0x40001624;
lmacSetTxFrame = 0x40001628; lmacSetTxFrame = 0x40001628;
lmacTxFrame = 0x40001630; lmacTxFrame = 0x40001630;
mac_tx_set_duration = 0x40001634; mac_tx_set_duration = 0x40001634;
mac_tx_set_htsig = 0x40001638; /* mac_tx_set_htsig = 0x40001638; */
mac_tx_set_plcp0 = 0x4000163c; mac_tx_set_plcp0 = 0x4000163c;
mac_tx_set_plcp1 = 0x40001640; /* mac_tx_set_plcp1 = 0x40001640; */
mac_tx_set_plcp2 = 0x40001644; mac_tx_set_plcp2 = 0x40001644;
pm_check_state = 0x40001648; pm_check_state = 0x40001648;
pm_disable_dream_timer = 0x4000164c; pm_disable_dream_timer = 0x4000164c;

View File

@ -1808,7 +1808,7 @@ esf_buf_recycle = 0x4000528c;
GetAccess = 0x40005298; GetAccess = 0x40005298;
hal_mac_is_low_rate_enabled = 0x400052a4; hal_mac_is_low_rate_enabled = 0x400052a4;
hal_mac_tx_get_blockack = 0x400052b0; hal_mac_tx_get_blockack = 0x400052b0;
hal_mac_tx_set_ppdu = 0x400052bc; /* hal_mac_tx_set_ppdu = 0x400052bc; */
ic_get_trc = 0x400052c8; ic_get_trc = 0x400052c8;
ic_mac_deinit = 0x400052d4; ic_mac_deinit = 0x400052d4;
ic_mac_init = 0x400052e0; ic_mac_init = 0x400052e0;
@ -1833,9 +1833,9 @@ lmacSetTxFrame = 0x400053b8;
lmacTxDone = 0x400053c4; lmacTxDone = 0x400053c4;
lmacTxFrame = 0x400053d0; lmacTxFrame = 0x400053d0;
mac_tx_set_duration = 0x400053dc; mac_tx_set_duration = 0x400053dc;
mac_tx_set_htsig = 0x400053e8; /* mac_tx_set_htsig = 0x400053e8; */
mac_tx_set_plcp0 = 0x400053f4; mac_tx_set_plcp0 = 0x400053f4;
mac_tx_set_plcp1 = 0x40005400; /* mac_tx_set_plcp1 = 0x40005400; */
mac_tx_set_plcp2 = 0x4000540c; mac_tx_set_plcp2 = 0x4000540c;
pm_check_state = 0x40005418; pm_check_state = 0x40005418;
pm_disable_dream_timer = 0x40005424; pm_disable_dream_timer = 0x40005424;