forked from espressif/esp-idf
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:
@@ -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;
|
||||||
|
Submodule components/esp_wifi/lib updated: c1fd3ef9e7...6ed5b959c9
Reference in New Issue
Block a user