Liu Zhi Fu 4bf0465dab esp32: fix random pkt cause esp32 watchdog
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.
2016-11-22 11:46:10 +08:00
..
2016-11-22 00:57:19 +08:00
2016-08-17 23:08:22 +08:00
2016-10-17 12:18:17 +08:00
2016-08-17 23:08:22 +08:00
2016-10-28 14:32:11 +08:00
2016-11-18 20:11:16 +08:00
2016-08-17 23:08:22 +08:00