]> asedeno.scripts.mit.edu Git - linux.git/commit
r8169: avoid tso csum function indirection
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 31 May 2019 17:55:11 +0000 (19:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2019 01:15:38 +0000 (18:15 -0700)
commit87945b6d8be5256f4abdcf86fe7ced6baf104a4d
tree9b973e36265efa72a684cc15c5c505e85c91e36e
parent485bb1b3fac5e2e8f60c59544136085134b3c8f3
r8169: avoid tso csum function indirection

Replace indirect call to tso_csum with direct calls. To do this we have
to move rtl_chip_supports_csum_v2().

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c