]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: add rtl_disable_rxdvgate()
authorChunhao Lin <hau@realtek.com>
Wed, 28 Sep 2022 17:13:56 +0000 (01:13 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 1 Oct 2022 01:17:06 +0000 (18:17 -0700)
commit1c590d038f419d918a542e3f303c86f3f9116c86
treeaa24182e0088560cd63b644928deb0cebaf2802f
parent59bb5328afe0cd82bcea59337e7cca1356e5cd4c
r8169: add rtl_disable_rxdvgate()

rtl_disable_rxdvgate() is used for disable RXDV_GATE. It is opposite function
of rtl_enable_rxdvgate().

Disable RXDV_GATE does not have to delay. So in this patch, also remove the
delay after disale RXDV_GATE.

Signed-off-by: Chunhao Lin <hau@realtek.com>
Link: https://lore.kernel.org/r/20220928171356.3951-1-hau@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/r8169_main.c