Since complete MAC frames are handled, ETHERNET_MAX_LEN has to be used instead of ETHERNET_DATA_LEN for buffer sizes and length checks.
Fixes the maximum packet size of 255 bytes in the esp_eth netdev driver of ESP32 mcu. fixup! cpu/esp32: fixes esp_net maximum packet size