mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/add_lib_target_git_reversion_message' into 'master'
fix(wifi):fix open mode rx fragment fail issue Closes WIFIBUG-1272 and WIFIBUG-1315 See merge request espressif/esp-idf!39426
This commit is contained in:
@@ -53,7 +53,7 @@ lmacInit = 0x40001dc8;
|
||||
hal_init = 0x40001dd0;
|
||||
mac_txrx_init = 0x40001de0;
|
||||
lmac_stop_hw_txq = 0x40001df8;
|
||||
ppTxFragmentProc = 0x40001e08;
|
||||
/*ppTxFragmentProc = 0x40001e08;*/
|
||||
esf_buf_setup = 0x40001e0c;
|
||||
hal_crypto_set_key_entry = 0x40001e18;
|
||||
/*pm_start = 0x40001e34;*/
|
||||
|
@@ -808,6 +808,11 @@ esp_err_t esp_wifi_beacon_offset_configure(wifi_beacon_offset_config_t *config);
|
||||
*/
|
||||
void pm_beacon_offset_funcs_empty_init(void);
|
||||
|
||||
/**
|
||||
* @brief This API is not context safe and enable easy fragment just for internal test only.
|
||||
*/
|
||||
void esp_wifi_enable_easy_fragment(bool enable);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Submodule components/esp_wifi/lib updated: b5a18396ab...edef21cca2
Reference in New Issue
Block a user