aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 7c1d4466583b..746901774d49 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -715,6 +715,9 @@ struct net_device
715 struct net *nd_net; 715 struct net *nd_net;
716#endif 716#endif
717 717
718 /* mid-layer private */
719 void *ml_priv;
720
718 /* bridge stuff */ 721 /* bridge stuff */
719 struct net_bridge_port *br_port; 722 struct net_bridge_port *br_port;
720 /* macvlan */ 723 /* macvlan */