diff options
| author | David S. Miller <davem@davemloft.net> | 2018-12-16 14:23:33 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-12-16 14:23:33 -0800 |
| commit | 5312b93b04208bb055a2ee1fd6c8617905d8b330 (patch) | |
| tree | 494b5d79b5760377b1648769e98a716c62939d0b /include | |
| parent | 036b9e7caeb09598afb297a6d4fb36b477a4f6b2 (diff) | |
| parent | 8a75b9d4c9d32c88b487bd98bf8019f029215165 (diff) | |
Merge branch 'dsa-tag-cleanups'
Marek Vasut says:
====================
net: dsa: ksz: Clean up the tag code in prep for more switches
Clean up the KSZ DSA tag code in preparation for adding more switches.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/dsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 6ee2e24e0a6e..b3eefe8e18fd 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -36,7 +36,7 @@ enum dsa_tag_protocol { DSA_TAG_PROTO_DSA, DSA_TAG_PROTO_EDSA, DSA_TAG_PROTO_GSWIP, - DSA_TAG_PROTO_KSZ, + DSA_TAG_PROTO_KSZ9477, DSA_TAG_PROTO_LAN9303, DSA_TAG_PROTO_MTK, DSA_TAG_PROTO_QCA, |
