Skip to content

Commit ee1350f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3250,9 +3250,8 @@ static void rtl_hw_start_8168h_1(struct rtl8169_private *tp)
32503250

32513251
rtl_reset_packet_filter(tp);
32523252

3253-
rtl_eri_set_bits(tp, 0xdc, BIT(4));
3254-
32553253
rtl_eri_set_bits(tp, 0xd4, 0x1f00);
3254+
rtl_eri_set_bits(tp, 0xdc, 0x001c);
32563255

32573256
rtl_eri_write(tp, 0x5f0, ERIAR_MASK_0011, 0x4f87);
32583257

0 commit comments

Comments
 (0)