[Bug 1191795] Ethernet (RJ45) Not Detected
17 Nov
2021
17 Nov
'21
09:53
https://bugzilla.suse.com/show_bug.cgi?id=1191795 https://bugzilla.suse.com/show_bug.cgi?id=1191795#c27 --- Comment #27 from Oliver Neukum <oneukum@suse.com> --- Working hypothesis: static int rtl8169_runtime_suspend(struct device *device) { struct rtl8169_private *tp = dev_get_drvdata(device); if (!tp->TxDescArray) { netif_device_detach(tp->dev); return 0; } This test is wrong. I'll make a test kernel that omits it. -- You are receiving this mail because: You are the assignee for the bug.
1136
Age (days ago)
1136
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla_noreply@suse.com