Skip to content

Instantly share code, notes, and snippets.

@pshirshov
Created January 9, 2025 16:55
Show Gist options
  • Save pshirshov/0896092630775b700c718e110662439a to your computer and use it in GitHub Desktop.
Save pshirshov/0896092630775b700c718e110662439a to your computer and use it in GitHub Desktop.
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