]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/net/phy/microchip.c
net: phy: phy drivers should not set SUPPORTED_[Asym_]Pause
[linux.git] / drivers / net / phy / microchip.c
index 12825a5feb3ffff14969756cbe241de06dba9e70..324fbf6ad8ff8fcc51e92cd2f4d26399b00dfc41 100644 (file)
@@ -146,8 +146,7 @@ static struct phy_driver microchip_phy_driver[] = {
        .phy_id_mask    = 0xfffffff0,
        .name           = "Microchip LAN88xx",
 
-       .features       = (PHY_GBIT_FEATURES |
-                          SUPPORTED_Pause | SUPPORTED_Asym_Pause),
+       .features       = PHY_GBIT_FEATURES,
        .flags          = PHY_HAS_INTERRUPT | PHY_HAS_MAGICANEG,
 
        .probe          = lan88xx_probe,