commit | b5653b157e55a25ec76506e8cd31353e0ed4944c | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Fri Apr 21 01:55:59 2023 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 23 14:16:44 2023 +0100 |
tree | 46aba4f821c3f8b1d712826a38f889b274951ebe | |
parent | f9346f00b5af0b32503dcd74072392d9592163ef [diff] |
net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr() This is a cosmetic patch which consolidates the code to use the helper function offered by if_vlan.h. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>