projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e17f99
)
Revert "r8169: disable detection of chip version 36"
author
Heiner Kallweit
<hkallweit1@gmail.com>
Sun, 8 Jan 2023 19:37:53 +0000
(20:37 +0100)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 10 Jan 2023 04:40:28 +0000
(20:40 -0800)
This reverts commit
42666b2c452ce87894786aae05e3fad3cfc6cb59
.
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: 42666b2c452c ("r8169: disable detection of chip version 36")
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link:
https://lore.kernel.org/r/42e9674c-d5d0-a65a-f578-e5c74f244739@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/r8169_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/realtek/r8169_main.c
b/drivers/net/ethernet/realtek/r8169_main.c
index 24592d9725230c32dd648b5c3ef09a5ea45d7c52..dadd61bccfe72cc323d2aa6ebb6420c04c7fc021 100644
(file)
--- a/
drivers/net/ethernet/realtek/r8169_main.c
+++ b/
drivers/net/ethernet/realtek/r8169_main.c
@@
-1996,10
+1996,7
@@
static enum mac_version rtl8169_get_mac_version(u16 xid, bool gmii)
/* 8168F family. */
{ 0x7c8, 0x488, RTL_GIGA_MAC_VER_38 },
- /* It seems this chip version never made it to
- * the wild. Let's disable detection.
- * { 0x7cf, 0x481, RTL_GIGA_MAC_VER_36 },
- */
+ { 0x7cf, 0x481, RTL_GIGA_MAC_VER_36 },
{ 0x7cf, 0x480, RTL_GIGA_MAC_VER_35 },
/* 8168E family. */