Skip to content

Commit d29d5ff

Browse files
hkallweitdavem330
authored andcommitted
r8169: sync RTL8168g hw config with vendor driver
Sync hw config for RTL8168g with r8168 vendor driver. Signed-off-by: Heiner Kallweit <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3248044 commit d29d5ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3019,6 +3019,7 @@ static void rtl_hw_start_8168g(struct rtl8169_private *tp)
30193019

30203020
rtl_eri_write(tp, 0xc0, ERIAR_MASK_0011, 0x0000);
30213021
rtl_eri_write(tp, 0xb8, ERIAR_MASK_0011, 0x0000);
3022+
rtl_eri_set_bits(tp, 0x0d4, 0x1f80);
30223023

30233024
rtl8168_config_eee_mac(tp);
30243025

0 commit comments

Comments
 (0)