Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The conflicts were two cases of overlapping changes in batman-adv and the qed driver. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1090,7 +1090,7 @@ void macvlan_common_setup(struct net_device *dev)
|
||||
netif_keep_dst(dev);
|
||||
dev->priv_flags |= IFF_UNICAST_FLT;
|
||||
dev->netdev_ops = &macvlan_netdev_ops;
|
||||
dev->destructor = free_netdev;
|
||||
dev->needs_free_netdev = true;
|
||||
dev->header_ops = &macvlan_hard_header_ops;
|
||||
dev->ethtool_ops = &macvlan_ethtool_ops;
|
||||
}
|
||||
|
Reference in New Issue
Block a user