diff --git a/components/esp_eth/include/esp_eth.h b/components/esp_eth/include/esp_eth.h index 3ecb846cef..409efb571d 100644 --- a/components/esp_eth/include/esp_eth.h +++ b/components/esp_eth/include/esp_eth.h @@ -42,12 +42,6 @@ typedef struct { */ uint32_t check_link_period_ms; - /** - * @brief Configuration status of PHY autonegotiation feature - * - */ - bool auto_nego_en; - /** * @brief Input frame buffer to user's stack *