]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_en...
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 18 Jun 2025 12:00:11 +0000 (14:00 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 22:27:54 +0000 (15:27 -0700)
commit0593f8df66e563c5b4790f8f09c64d69b413bc84
treef15182be794c4179d54e66f006965e56c676c23f
parent4dffaf379104342a85d9cf7b84d68457c7bfdc6a
net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()

In order to clean up of the VLAN handling, factor out the VLAN
handling into separate function fec_enet_rx_vlan().

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://patch.msgid.link/20250618-fec-cleanups-v4-11-c16f9a1af124@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/freescale/fec_main.c