lan78xx: remove unnecessary code
authorWoojung.Huh@microchip.com <Woojung.Huh@microchip.com>
Thu, 25 Feb 2016 23:33:09 +0000 (23:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Feb 2016 22:12:07 +0000 (17:12 -0500)
It is not required after commit cd772de358d6
("phy: keep pause flags in phy driver features")

Signed-off-by: Woojung Huh <woojung.huh@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/lan78xx.c

index 4ec25e8..d100421 100644 (file)
@@ -1623,12 +1623,7 @@ static int lan78xx_phy_init(struct lan78xx_net *dev)
 
        /* MAC doesn't support 1000T Half */
        phydev->supported &= ~SUPPORTED_1000baseT_Half;
-       phydev->supported |= (SUPPORTED_10baseT_Half |
-                             SUPPORTED_10baseT_Full |
-                             SUPPORTED_100baseT_Half |
-                             SUPPORTED_100baseT_Full |
-                             SUPPORTED_1000baseT_Full |
-                             SUPPORTED_Pause | SUPPORTED_Asym_Pause);
+
        genphy_config_aneg(phydev);
 
        phy_start(phydev);