Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22e380a6 authored by Phil Sutter's avatar Phil Sutter Committed by David S. Miller
Browse files

net: team: convert to using IFF_NO_QUEUE



Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
Cc: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 85773a61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2051,9 +2051,9 @@ static void team_setup(struct net_device *dev)
	dev->netdev_ops = &team_netdev_ops;
	dev->ethtool_ops = &team_ethtool_ops;
	dev->destructor	= team_destructor;
	dev->tx_queue_len = 0;
	dev->flags |= IFF_MULTICAST;
	dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
	dev->priv_flags |= IFF_NO_QUEUE;

	/*
	 * Indicate we support unicast address filtering. That way core won't