Skip to content

Commit 8448452

Browse files
author
Jiang Jiang Jian
committed
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
2 parents 83ac9be + a6a9c41 commit 8448452

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lmacInit = 0x40001dc8;
5353
hal_init = 0x40001dd0;
5454
mac_txrx_init = 0x40001de0;
5555
lmac_stop_hw_txq = 0x40001df8;
56-
ppTxFragmentProc = 0x40001e08;
56+
/*ppTxFragmentProc = 0x40001e08;*/
5757
esf_buf_setup = 0x40001e0c;
5858
hal_crypto_set_key_entry = 0x40001e18;
5959
/*pm_start = 0x40001e34;*/

components/esp_wifi/include/esp_private/wifi.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,11 @@ esp_err_t esp_wifi_beacon_offset_configure(wifi_beacon_offset_config_t *config);
808808
*/
809809
void pm_beacon_offset_funcs_empty_init(void);
810810

811+
/**
812+
* @brief This API is not context safe and enable easy fragment just for internal test only.
813+
*/
814+
void esp_wifi_enable_easy_fragment(bool enable);
815+
811816
#ifdef __cplusplus
812817
}
813818
#endif

0 commit comments

Comments
 (0)