]> Gentwo Git Trees - linux/.git/commit
Revert "r8169: add DASH support for RTL8127AP"
authorJakub Kicinski <kuba@kernel.org>
Mon, 1 Dec 2025 22:51:02 +0000 (14:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 1 Dec 2025 22:53:55 +0000 (14:53 -0800)
commit596c696301b1bcb9e482e22a4f7f582858eefbcc
tree5a2486e0fd8c5e8b41e967522149e5ae51ba4172
parent8d92057c4a9bb14683c9f87f2f26b97564d72b2f
Revert "r8169: add DASH support for RTL8127AP"

This reverts commit 17e9f841dd227a4dc976b22d000d5f669bc14493.

Nathan reports error messages appearing in dmesg since commit
under Fixes:

  [    3.844125] r8169 0000:01:00.0 (unnamed net_device) (uninitialized): rtl_eriar_cond == 0 (loop: 100, delay: 100).
  [    3.864844] r8169 0000:01:00.0 eth0: rtl_eriar_cond == 1 (loop: 100, delay: 100).
  [    3.878825] r8169 0000:01:00.0 eth0: rtl_eriar_cond == 1 (loop: 100, delay: 100).
  [    3.892632] r8169 0000:01:00.0 eth0: rtl_eriar_cond == 1 (loop: 100, delay: 100).
  [    5.002551] r8169 0000:01:00.0 eth0: rtl_eriar_cond == 1 (loop: 100, delay: 100).
  [    5.016286] r8169 0000:01:00.0 eth0: rtl_eriar_cond == 1 (loop: 100, delay: 100).
  [    5.030027] r8169 0000:01:00.0 eth0: rtl_eriar_cond == 1 (loop: 100, delay: 100).

Let's drop the bad change and revisit in the next release cycle.

Repoted-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/20251201224238.GA604467@ax162
Fixes: 17e9f841dd22 ("r8169: add DASH support for RTL8127AP")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/r8169_main.c