forked from Minki/linux
amd-xgbe-phy: Use the phy_driver flags field
Remove the setting of the transceiver type when retrieving the device settings using ethtool and instead set the transceiver type in the phy_driver structure flags field. Change the transceiver type to be internal, also. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d9663c8c21
commit
65f57cb152
@ -291,7 +291,6 @@ static int xgbe_get_settings(struct net_device *netdev,
|
||||
return -ENODEV;
|
||||
|
||||
ret = phy_ethtool_gset(pdata->phydev, cmd);
|
||||
cmd->transceiver = XCVR_EXTERNAL;
|
||||
|
||||
DBGPR("<--xgbe_get_settings\n");
|
||||
|
||||
|
@ -1816,6 +1816,7 @@ static struct phy_driver amd_xgbe_phy_driver[] = {
|
||||
.phy_id_mask = XGBE_PHY_MASK,
|
||||
.name = "AMD XGBE PHY",
|
||||
.features = 0,
|
||||
.flags = PHY_IS_INTERNAL,
|
||||
.probe = amd_xgbe_phy_probe,
|
||||
.remove = amd_xgbe_phy_remove,
|
||||
.soft_reset = amd_xgbe_phy_soft_reset,
|
||||
|
Loading…
Reference in New Issue
Block a user