Created
January 9, 2025 16:55
-
-
Save pshirshov/0896092630775b700c718e110662439a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c | |
index 166f6a728..1bb8139cb 100644 | |
--- a/drivers/net/phy/realtek.c | |
+++ b/drivers/net/phy/realtek.c | |
@@ -1348,7 +1348,7 @@ static struct phy_driver realtek_drvs[] = { | |
.read_mmd = rtl822x_read_mmd, | |
.write_mmd = rtl822x_write_mmd, | |
}, { | |
- PHY_ID_MATCH_EXACT(0x001cc840), | |
+ PHY_ID_MATCH_EXACT(0x001cc841), | |
.name = "RTL8226B_RTL8221B 2.5Gbps PHY", | |
.get_features = rtl822x_get_features, | |
.config_aneg = rtl822x_config_aneg, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment