mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
wifi:bugfix for wrong configuration of static txbuf
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