aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/phy/bcm63xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/bcm63xx.c b/drivers/net/phy/bcm63xx.c
index 84c7a39b1c65..ac55b0807853 100644
--- a/drivers/net/phy/bcm63xx.c
+++ b/drivers/net/phy/bcm63xx.c
@@ -78,7 +78,7 @@ static struct phy_driver bcm63xx_driver[] = {
78 .name = "Broadcom BCM63XX (1)", 78 .name = "Broadcom BCM63XX (1)",
79 /* ASYM_PAUSE bit is marked RO in datasheet, so don't cheat */ 79 /* ASYM_PAUSE bit is marked RO in datasheet, so don't cheat */
80 .features = (PHY_BASIC_FEATURES | SUPPORTED_Pause), 80 .features = (PHY_BASIC_FEATURES | SUPPORTED_Pause),
81 .flags = PHY_HAS_INTERRUPT, 81 .flags = PHY_HAS_INTERRUPT | PHY_IS_INTERNAL,
82 .config_init = bcm63xx_config_init, 82 .config_init = bcm63xx_config_init,
83 .config_aneg = genphy_config_aneg, 83 .config_aneg = genphy_config_aneg,
84 .read_status = genphy_read_status, 84 .read_status = genphy_read_status,
@@ -91,7 +91,7 @@ static struct phy_driver bcm63xx_driver[] = {
91 .phy_id_mask = 0xfffffc00, 91 .phy_id_mask = 0xfffffc00,
92 .name = "Broadcom BCM63XX (2)", 92 .name = "Broadcom BCM63XX (2)",
93 .features = (PHY_BASIC_FEATURES | SUPPORTED_Pause), 93 .features = (PHY_BASIC_FEATURES | SUPPORTED_Pause),
94 .flags = PHY_HAS_INTERRUPT, 94 .flags = PHY_HAS_INTERRUPT | PHY_IS_INTERNAL,
95 .config_init = bcm63xx_config_init, 95 .config_init = bcm63xx_config_init,
96 .config_aneg = genphy_config_aneg, 96 .config_aneg = genphy_config_aneg,
97 .read_status = genphy_read_status, 97 .read_status = genphy_read_status,