]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
r8169: fix issue with confused RX unit after PHY power-down on RTL8411b
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 13 Jul 2019 11:45:47 +0000 (13:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Jul 2019 06:28:31 +0000 (08:28 +0200)
commit3618e5919694df536f35b53e94416cb7163606aa
tree2922bfc3d6a299bb33bfdaa31f2173516e79a8fb
parente1f7bc510d84532d3140da37830e9a84e5984e65
r8169: fix issue with confused RX unit after PHY power-down on RTL8411b

[ Upstream commit fe4e8db0392a6c2e795eb89ef5fcd86522e66248 ]

On RTL8411b the RX unit gets confused if the PHY is powered-down.
This was reported in [0] and confirmed by Realtek. Realtek provided
a sequence to fix the RX unit after PHY wakeup.

The issue itself seems to have been there longer, the Fixes tag
refers to where the fix applies properly.

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1692075

Fixes: a99790bf5c7f ("r8169: Reinstate ASPM Support")
Tested-by: Ionut Radu <ionut.radu@gmail.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/realtek/r8169.c