aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r--include/net/dsa.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index 2d280aba97e2..8e86af87c84f 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -111,6 +111,11 @@ struct dsa_switch_tree {
111 enum dsa_tag_protocol tag_protocol; 111 enum dsa_tag_protocol tag_protocol;
112 112
113 /* 113 /*
114 * Original copy of the master netdev ethtool_ops
115 */
116 struct ethtool_ops master_ethtool_ops;
117
118 /*
114 * The switch and port to which the CPU is attached. 119 * The switch and port to which the CPU is attached.
115 */ 120 */
116 s8 cpu_switch; 121 s8 cpu_switch;