]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
r8169: improve RTL8168b FIFO overflow workaround
authorHeiner Kallweit <hkallweit1@gmail.com>
Sun, 22 Mar 2020 18:03:56 +0000 (19:03 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 9 Nov 2020 13:47:40 +0000 (14:47 +0100)
commitf0ff129e56e43b1eac23781488813cac51c2596a
tree3892b625af36f9090253087350e7db08587c6f1d
parentcaaf02a7d8b5bdb714ea1762debf2f4e09f69191
r8169: improve RTL8168b FIFO overflow workaround

BugLink: https://bugs.launchpad.net/bugs/1900624
[ Upstream commit 6b02e407cbf8d421477ebb7792cd6380affcd313 ]

So far only the reset bit it set, but the handler executing the reset
is not scheduled. Therefore nothing will happen until some other action
schedules the handler. Improve this by ensuring that the handler is
scheduled.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Ian May <ian.may@canonical.com>
drivers/net/ethernet/realtek/r8169_main.c