OSDN Git Service

amd-xgbe: Set the MDIO mode for 10000Base-T configuration
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Fri, 18 Aug 2017 14:02:18 +0000 (09:02 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Aug 2017 23:30:16 +0000 (16:30 -0700)
Currently the MDIO mode is set to none for the 10000Base-T, which is
incorrect.  The MDIO mode should for this configuration should be
clause 45.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c

index 04b5c14..81c45fa 100644 (file)
@@ -2921,7 +2921,7 @@ static int xgbe_phy_init(struct xgbe_prv_data *pdata)
                        phy_data->start_mode = XGBE_MODE_KR;
                }
 
-               phy_data->phydev_mode = XGBE_MDIO_MODE_NONE;
+               phy_data->phydev_mode = XGBE_MDIO_MODE_CL45;
                break;
 
        /* 10GBase-R support */