mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4bf0465dab
This change fixes the ESP32 watchdog issue. When the MPDU of AMPDU is longer than 1600B, esp32 will check whether the last 4B is DEADBEEF, if it's not DEADBEEF, it will assert and the assert will cause esp32 watchdog. The solution is to init the last 4B to DEADBEEF when malloc new ebuf for the packet longer than 1600B.