summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-09-16 11:31:56 +0300
committerDavid S. Miller <davem@davemloft.net>2016-09-16 11:31:56 +0300
commit84ce3da1bfd6fd12fce3cd06691e405a36f72cde (patch)
tree6fa2721ea74991198f41ea3b810d39a6caa45e4b /include
parent1d7b47a3c78e0b5391a18246f9637752a4565e5b (diff)
parent6b93fb46480a9cfa4afb52a6d19b2591804e5f9e (diff)
downloadlinux-84ce3da1bfd6fd12fce3cd06691e405a36f72cde.tar.xz
Merge branch 'QCA8K'
John Crispin says: ==================== net-next: dsa: add QCA8K support This series is based on the AR8xxx series posted by Matthieu Olivari in may 2015. The following changes were made since then * fixed the nitpicks from the previous review * updated to latest API * turned it into an mdio device * added callbacks for fdb, bridge offloading, stp, eee, port status * fixed several minor issues to the port setup and arp learning * changed the namespacing as this driver to qca8k The driver has so far only been tested on qca8337/N. It should work on other QCA switches such as the qca8327 with minor changes. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/dsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index 9d97c5214341..7556646db2d3 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -26,6 +26,7 @@ enum dsa_tag_protocol {
DSA_TAG_PROTO_TRAILER,
DSA_TAG_PROTO_EDSA,
DSA_TAG_PROTO_BRCM,
+ DSA_TAG_PROTO_QCA,
DSA_TAG_LAST, /* MUST BE LAST */
};