We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa7a35 commit f3c4359Copy full SHA for f3c4359
1 file changed
drivers/net/phy/broadcom.c
@@ -1517,7 +1517,7 @@ static struct phy_driver broadcom_drivers[] = {
1517
.set_wol = bcm54xx_phy_set_wol,
1518
.led_brightness_set = bcm_phy_led_brightness_set,
1519
}, {
1520
- PHY_ID_MATCH_EXACT(PHY_ID_BCM5461),
+ PHY_ID_MATCH_EXACT(PHY_ID_BCM54213PE),
1521
.name = "Broadcom BCM54213PE",
1522
/* PHY_GBIT_FEATURES */
1523
.get_sset_count = bcm_phy_get_sset_count,
0 commit comments