projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae85467
)
net: phy: realtek: add missing entry for RTL8211C to mdio_device_id table
author
Heiner Kallweit
<hkallweit1@gmail.com>
Thu, 12 Jul 2018 19:45:08 +0000
(21:45 +0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 16 Jul 2018 20:36:16 +0000
(13:36 -0700)
Add missing entry for RTL8211C to mdio_device_id table.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Fixes: cf87915cb9f8 ("net: phy: realtek: add support for RTL8211C")
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/realtek.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/realtek.c
b/drivers/net/phy/realtek.c
index f8f127831a92be0505f5bbf797bd57ca0a6dd720..0610148cc1ff61a45c52eb059d6a55dbc36547ae 100644
(file)
--- a/
drivers/net/phy/realtek.c
+++ b/
drivers/net/phy/realtek.c
@@
-279,6
+279,7
@@
static struct mdio_device_id __maybe_unused realtek_tbl[] = {
{ 0x001cc816, 0x001fffff },
{ 0x001cc910, 0x001fffff },
{ 0x001cc912, 0x001fffff },
+ { 0x001cc913, 0x001fffff },
{ 0x001cc914, 0x001fffff },
{ 0x001cc915, 0x001fffff },
{ 0x001cc916, 0x001fffff },