forked from Minki/linux
r8169: remove not needed checks in rtl8169_set_eee
After 9de5d235b6
("net: phy: fix aneg restart in phy_ethtool_set_eee")
we don't need the check for aneg being enabled any longer, and as
discussed with Russell configuring the EEE advertisement should be
supported even if we're in a half-duplex mode currently.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b014d0430b
commit
aa443b3f8f
@ -1919,12 +1919,6 @@ static int rtl8169_set_eee(struct net_device *dev, struct ethtool_eee *data)
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (dev->phydev->autoneg == AUTONEG_DISABLE ||
|
||||
dev->phydev->duplex != DUPLEX_FULL) {
|
||||
ret = -EPROTONOSUPPORT;
|
||||
goto out;
|
||||
}
|
||||
|
||||
ret = phy_ethtool_set_eee(tp->phydev, data);
|
||||
|
||||
if (!ret)
|
||||
|
Loading…
Reference in New Issue
Block a user