]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/net/phy/icplus.c
net: phy: phy drivers should not set SUPPORTED_[Asym_]Pause
[linux.git] / drivers / net / phy / icplus.c
index e5f251b915788e87e369027ab0251bb6a9397964..22b51f01a94a7f3a67fd1a0fde91183c25c0e66f 100644 (file)
@@ -225,8 +225,7 @@ static struct phy_driver icplus_driver[] = {
        .phy_id         = 0x02430d90,
        .name           = "ICPlus IP1001",
        .phy_id_mask    = 0x0ffffff0,
-       .features       = PHY_GBIT_FEATURES | SUPPORTED_Pause |
-                         SUPPORTED_Asym_Pause,
+       .features       = PHY_GBIT_FEATURES,
        .config_init    = &ip1001_config_init,
        .config_aneg    = &genphy_config_aneg,
        .read_status    = &genphy_read_status,
@@ -236,8 +235,7 @@ static struct phy_driver icplus_driver[] = {
        .phy_id         = 0x02430c54,
        .name           = "ICPlus IP101A/G",
        .phy_id_mask    = 0x0ffffff0,
-       .features       = PHY_BASIC_FEATURES | SUPPORTED_Pause |
-                         SUPPORTED_Asym_Pause,
+       .features       = PHY_BASIC_FEATURES,
        .flags          = PHY_HAS_INTERRUPT,
        .ack_interrupt  = ip101a_g_ack_interrupt,
        .config_init    = &ip101a_g_config_init,