Merge branch 'bugfix/wrong_configuration_of_static_txbuf' into 'master'

wifi:bugfix for wrong configuration of static txbuf

Closes IDFGH-7667

See merge request espressif/esp-idf!18852
This commit is contained in:
Jiang Jiang Jian
2022-07-05 18:07:36 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1869,7 +1869,7 @@ ppDirectRecycleAmpdu = 0x40001dfc;
esp_wifi_internal_set_rts = 0x40001e00; esp_wifi_internal_set_rts = 0x40001e00;
esp_wifi_internal_get_rts = 0x40001e04; esp_wifi_internal_get_rts = 0x40001e04;
ppTxFragmentProc = 0x40001e08; ppTxFragmentProc = 0x40001e08;
esf_buf_setup = 0x40001e0c; /*esf_buf_setup = 0x40001e0c;*/
hal_agreement_add_rx_ba = 0x40001e10; hal_agreement_add_rx_ba = 0x40001e10;
hal_agreement_del_rx_ba = 0x40001e14; hal_agreement_del_rx_ba = 0x40001e14;
hal_crypto_set_key_entry = 0x40001e18; hal_crypto_set_key_entry = 0x40001e18;