]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/phy/bcm-cygnus.c
net: phy: phy drivers should not set SUPPORTED_[Asym_]Pause
[mirror_ubuntu-zesty-kernel.git] / drivers / net / phy / bcm-cygnus.c
index 196400cddf687f6722867bc93cd214a258be8119..3fe8cc5c177eea380255fc1c745754f2b5a221dd 100644 (file)
@@ -134,8 +134,7 @@ static struct phy_driver bcm_cygnus_phy_driver[] = {
        .phy_id        = PHY_ID_BCM_CYGNUS,
        .phy_id_mask   = 0xfffffff0,
        .name          = "Broadcom Cygnus PHY",
-       .features      = PHY_GBIT_FEATURES |
-                       SUPPORTED_Pause | SUPPORTED_Asym_Pause,
+       .features      = PHY_GBIT_FEATURES,
        .config_init   = bcm_cygnus_config_init,
        .config_aneg   = genphy_config_aneg,
        .read_status   = genphy_read_status,