mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00

1. If L2_TO_L3_RX_BUF_MODE is not selected, we must assign l2_owner explictly before we call pbuf_free. 2. free intr resource in esp_eth_deinit Closes https://github.com/espressif/esp-idf/issues/2670