mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-05 12:46:35 +03: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