1
0
Fork 0

net: phy: add mdix_ctrl to hold the user configuration.

Add new parameter mdix_ctrl to hold the user configuration.
Existing mdix maintain the current status of MDI(X) crossover performed or
not.
mdix_ctrl can configure either ETH_TP_MDI or ETH_TP_MDI_X orETH_TP_MDI_AUTO.

Signed-off-by: Raju Lakkaraju <Raju.Lakkaraju@microsemi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Raju Lakkaraju 2016-11-29 15:16:46 +05:30 committed by David S. Miller
parent 8f679ed88f
commit f4ed2fe34f
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ struct phy_device {
struct net_device *attached_dev;
u8 mdix;
u8 mdix_ctrl;
void (*adjust_link)(struct net_device *dev);
};