diff options
author | Woojung Huh <Woojung.Huh@microchip.com> | 2017-05-31 20:19:06 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-31 20:56:31 -0400 |
commit | 8b8010fb7876e816300ddd60fa089e9ceb209f3e (patch) | |
tree | d872f6691574c44a152aa4a01a382091b7451db1 /include/net/dsa.h | |
parent | 6c21a2a65ded27ce49847339efe4e1373a2319e5 (diff) | |
download | linux-8b8010fb7876e816300ddd60fa089e9ceb209f3e.tar.bz2 |
dsa: add support for Microchip KSZ tail tagging
Adding support for the Microchip KSZ switch family tail tagging.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Woojung Huh <Woojung.Huh@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index d9bd6939229a..7de1234ba136 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -31,6 +31,7 @@ enum dsa_tag_protocol { DSA_TAG_PROTO_BRCM, DSA_TAG_PROTO_DSA, DSA_TAG_PROTO_EDSA, + DSA_TAG_PROTO_KSZ, DSA_TAG_PROTO_LAN9303, DSA_TAG_PROTO_MTK, DSA_TAG_PROTO_QCA, |