Skip to content

Commit 00222d1

Browse files
hkallweitdavem330
authored andcommitted
r8169: add missing RX enabling for WoL on RTL8125
RTL8125 also requires to enable RX for WoL. v2: add missing Fixes tag Fixes: f1bce4a ("r8169: add support for RTL8125") Signed-off-by: Heiner Kallweit <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 8a3cc29 commit 00222d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3695,7 +3695,7 @@ static void rtl_wol_suspend_quirk(struct rtl8169_private *tp)
36953695
case RTL_GIGA_MAC_VER_32:
36963696
case RTL_GIGA_MAC_VER_33:
36973697
case RTL_GIGA_MAC_VER_34:
3698-
case RTL_GIGA_MAC_VER_37 ... RTL_GIGA_MAC_VER_52:
3698+
case RTL_GIGA_MAC_VER_37 ... RTL_GIGA_MAC_VER_61:
36993699
RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) |
37003700
AcceptBroadcast | AcceptMulticast | AcceptMyPhys);
37013701
break;

0 commit comments

Comments
 (0)