diff options
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index d146be40f46c..06ca84d71db4 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -756,7 +756,7 @@ static inline | |||
756 | void dev_net_set(struct net_device *dev, const struct net *net) | 756 | void dev_net_set(struct net_device *dev, const struct net *net) |
757 | { | 757 | { |
758 | #ifdef CONFIG_NET_NS | 758 | #ifdef CONFIG_NET_NS |
759 | dev->nd_dev = net; | 759 | dev->nd_net = net; |
760 | #endif | 760 | #endif |
761 | } | 761 | } |
762 | 762 | ||