mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04: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