diff options
| author | David S. Miller <davem@davemloft.net> | 2015-03-06 00:18:29 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-03-06 00:18:29 -0500 |
| commit | 050f7dcd27b9b7ea789b5e4abe89efc445062f8a (patch) | |
| tree | 9b62ef1646e406ee2a7d70fb2fdcf8de782c3e4d /include | |
| parent | 496127290f298d839918a14728b653b43ef02708 (diff) | |
| parent | c86e59b9e63659bb7fc2ba1781aabe2f37aaf10b (diff) | |
Merge branch 'dsa-next'
Florian Fainelli says:
====================
net: dsa: code re-organization
This pull request contains the first part of the patches required to implement
the grand plan detailed here:
http://www.spinics.net/lists/netdev/msg295942.html
These are mostly code re-organization and function bodies re-arrangement to
allow different callers of lower-level initialization functions for 'struct
dsa_switch' and 'struct dsa_switch_tree' to be later introduced.
There is no functional code change at this point.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/dsa.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index c542c131d551..b525ac516559 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -128,6 +128,11 @@ struct dsa_switch { int index; /* + * Tagging protocol understood by this switch + */ + enum dsa_tag_protocol tag_protocol; + + /* * Configuration data for this switch. */ struct dsa_chip_data *pd; |
