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:
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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue