commit | 7e092af2f3b33694b9117ffd978d42b04ec4f260 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Thu Sep 10 19:48:55 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 11 17:30:43 2020 -0700 |
tree | 8553a1560d7292eb7a5c8a7bc03054142db4e644 | |
parent | 568a36a69bad4f2efcfa4f94c83aa150a463735c [diff] |
net: dsa: tag_8021q: setup tagging via a single function call There is no point in calling dsa_port_setup_8021q_tagging for each individual port. Additionally, it will become more difficult to do that when we'll have a context structure to tag_8021q (next patch). So refactor this now. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>