Skip to content

Commit 2ea26b4

Browse files
hkallweitkuba-moo
authored andcommitted
Revert "r8169: disable detection of chip version 36"
This reverts commit 42666b2. This chip version seems to be very rare, but it exits in consumer devices, see linked report. Link: https://stackoverflow.com/questions/75049473/cant-setup-a-wired-network-in-archlinux-fresh-install Fixes: 42666b2 ("r8169: disable detection of chip version 36") Signed-off-by: Heiner Kallweit <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 9e17f99 commit 2ea26b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,10 +1996,7 @@ static enum mac_version rtl8169_get_mac_version(u16 xid, bool gmii)
19961996

19971997
/* 8168F family. */
19981998
{ 0x7c8, 0x488, RTL_GIGA_MAC_VER_38 },
1999-
/* It seems this chip version never made it to
2000-
* the wild. Let's disable detection.
2001-
* { 0x7cf, 0x481, RTL_GIGA_MAC_VER_36 },
2002-
*/
1999+
{ 0x7cf, 0x481, RTL_GIGA_MAC_VER_36 },
20032000
{ 0x7cf, 0x480, RTL_GIGA_MAC_VER_35 },
20042001

20052002
/* 8168E family. */

0 commit comments

Comments
 (0)