mirror of
https://github.com/torvalds/linux.git
synced 2026-08-03 22:10:38 +02:00
After resume from S4 (hibernate), RTL8168H/RTL8111H truncates incoming packets. Packet captures show messages like "IP truncated-ip - 146 bytes missing!". The issue is caused by RxConfig not being properly re-initialized after resume. Re-initializing the RxConfig register before the chip re-initialization sequence avoids the truncation and restores correct packet reception. This follows the same pattern as commit |
||
|---|---|---|
| .. | ||
| rtase | ||
| 8139cp.c | ||
| 8139too.c | ||
| atp.c | ||
| atp.h | ||
| Kconfig | ||
| Makefile | ||
| r8169_firmware.c | ||
| r8169_firmware.h | ||
| r8169_leds.c | ||
| r8169_main.c | ||
| r8169_phy_config.c | ||
| r8169.h | ||