mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 17:35:36 -04:00
r8169: sync RTL8168h hw config with vendor driver
Sync hw config for RTL8168h with r8168 vendor driver. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d29d5ff9da
commit
ee1350f94e
@@ -3250,9 +3250,8 @@ static void rtl_hw_start_8168h_1(struct rtl8169_private *tp)
|
||||
|
||||
rtl_reset_packet_filter(tp);
|
||||
|
||||
rtl_eri_set_bits(tp, 0xdc, BIT(4));
|
||||
|
||||
rtl_eri_set_bits(tp, 0xd4, 0x1f00);
|
||||
rtl_eri_set_bits(tp, 0xdc, 0x001c);
|
||||
|
||||
rtl_eri_write(tp, 0x5f0, ERIAR_MASK_0011, 0x4f87);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user