diff options
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 68e232fd4b0f..2a05738570d8 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -29,6 +29,7 @@ struct fixed_phy_status; | |||
29 | enum dsa_tag_protocol { | 29 | enum dsa_tag_protocol { |
30 | DSA_TAG_PROTO_NONE = 0, | 30 | DSA_TAG_PROTO_NONE = 0, |
31 | DSA_TAG_PROTO_BRCM, | 31 | DSA_TAG_PROTO_BRCM, |
32 | DSA_TAG_PROTO_BRCM_PREPEND, | ||
32 | DSA_TAG_PROTO_DSA, | 33 | DSA_TAG_PROTO_DSA, |
33 | DSA_TAG_PROTO_EDSA, | 34 | DSA_TAG_PROTO_EDSA, |
34 | DSA_TAG_PROTO_KSZ, | 35 | DSA_TAG_PROTO_KSZ, |