diff options
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_main.c b/drivers/infiniband/ulp/ipoib/ipoib_main.c index ab2c192c76bc..69c6304cc943 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib_main.c +++ b/drivers/infiniband/ulp/ipoib/ipoib_main.c | |||
@@ -1053,6 +1053,7 @@ static void ipoib_setup(struct net_device *dev) | |||
1053 | dev->tx_queue_len = ipoib_sendq_size * 2; | 1053 | dev->tx_queue_len = ipoib_sendq_size * 2; |
1054 | dev->features = (NETIF_F_VLAN_CHALLENGED | | 1054 | dev->features = (NETIF_F_VLAN_CHALLENGED | |
1055 | NETIF_F_HIGHDMA); | 1055 | NETIF_F_HIGHDMA); |
1056 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | ||
1056 | 1057 | ||
1057 | memcpy(dev->broadcast, ipv4_bcast_addr, INFINIBAND_ALEN); | 1058 | memcpy(dev->broadcast, ipv4_bcast_addr, INFINIBAND_ALEN); |
1058 | 1059 | ||