]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ionic: Use VLAN_ETH_HLEN when possible
authorBrett Creeley <brett.creeley@amd.com>
Tue, 10 Dec 2024 18:30:42 +0000 (10:30 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 12 Dec 2024 11:06:33 +0000 (12:06 +0100)
commit33ce1d41c133b053ccea5ac4aaaab260d42706b3
tree4e597f2c496a491b2a5f300c557dc194b00e2186
parent4aa567b1df8b88e3d49a1896b0d4467d5bec6c89
ionic: Use VLAN_ETH_HLEN when possible

Replace when ETH_HLEN and VLAN_HLEN are used together with
VLAN_ETH_HLEN since it's the same value and uses 1 define
instead of 2.

Signed-off-by: Brett Creeley <brett.creeley@amd.com>
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/pensando/ionic/ionic_lif.c