Re: [PATCH v2 3/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY

From: Andrew Lunn
Date: Tue Jul 13 2021 - 12:58:36 EST


> +static const int phy_10_features_array[] = {
> + ETHTOOL_LINK_MODE_10baseT1L_Full_BIT,

Does you device implement ETHTOOL_LINK_MODE_10baseT1L_Half_BIT? I'm
assuming half duplex is part of the standard?

Andrew