projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b410439
)
r8169: configure PME_SIGNAL for RTL8125 too
author
Heiner Kallweit
<hkallweit1@gmail.com>
Tue, 28 Apr 2020 20:55:59 +0000
(22:55 +0200)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 May 2020 03:51:30 +0000
(20:51 -0700)
RTL8125 supports the same PME_SIGNAL handling as all later RTL8168
chip variants.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/realtek/r8169_main.c
b/drivers/net/ethernet/realtek/r8169_main.c
index 82f2ae7b6cf7a275bf34f5809228df64ce2bbcdc..0ac3976e32041c266b3ba5d2e68fabdcda5dd9e5 100644
(file)
--- a/
drivers/net/ethernet/realtek/r8169_main.c
+++ b/
drivers/net/ethernet/realtek/r8169_main.c
@@
-1429,7
+1429,7
@@
static void __rtl8169_set_wol(struct rtl8169_private *tp, u32 wolopts)
break;
case RTL_GIGA_MAC_VER_34:
case RTL_GIGA_MAC_VER_37:
- case RTL_GIGA_MAC_VER_39 ... RTL_GIGA_MAC_VER_
52
:
+ case RTL_GIGA_MAC_VER_39 ... RTL_GIGA_MAC_VER_
61
:
options = RTL_R8(tp, Config2) & ~PME_SIGNAL;
if (wolopts)
options |= PME_SIGNAL;