diff options
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 55d236726d11..46326cdfb277 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -4191,7 +4191,7 @@ static int bond_init(struct net_device *bond_dev, struct bond_params *params) | |||
4191 | */ | 4191 | */ |
4192 | bond_dev->features |= NETIF_F_VLAN_CHALLENGED; | 4192 | bond_dev->features |= NETIF_F_VLAN_CHALLENGED; |
4193 | 4193 | ||
4194 | /* don't acquire bond device's xmit_lock when | 4194 | /* don't acquire bond device's netif_tx_lock when |
4195 | * transmitting */ | 4195 | * transmitting */ |
4196 | bond_dev->features |= NETIF_F_LLTX; | 4196 | bond_dev->features |= NETIF_F_LLTX; |
4197 | 4197 | ||