diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 1b90f9401000..1964ca66df56 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -1019,7 +1019,8 @@ struct net_device_ops { | |||
| 1019 | struct nlmsghdr *nlh); | 1019 | struct nlmsghdr *nlh); |
| 1020 | int (*ndo_bridge_getlink)(struct sk_buff *skb, | 1020 | int (*ndo_bridge_getlink)(struct sk_buff *skb, |
| 1021 | u32 pid, u32 seq, | 1021 | u32 pid, u32 seq, |
| 1022 | struct net_device *dev); | 1022 | struct net_device *dev, |
| 1023 | u32 filter_mask); | ||
| 1023 | int (*ndo_bridge_dellink)(struct net_device *dev, | 1024 | int (*ndo_bridge_dellink)(struct net_device *dev, |
| 1024 | struct nlmsghdr *nlh); | 1025 | struct nlmsghdr *nlh); |
| 1025 | int (*ndo_change_carrier)(struct net_device *dev, | 1026 | int (*ndo_change_carrier)(struct net_device *dev, |
