diff options
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib_main.c | 1 | ||||
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 1 |
2 files changed, 2 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 | ||
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index b36b5cdf9000..cb64b0b534a2 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c | |||
@@ -3012,6 +3012,7 @@ static int qeth_l3_setup_netdev(struct qeth_card *card) | |||
3012 | card->dev->features |= NETIF_F_HW_VLAN_TX | | 3012 | card->dev->features |= NETIF_F_HW_VLAN_TX | |
3013 | NETIF_F_HW_VLAN_RX | | 3013 | NETIF_F_HW_VLAN_RX | |
3014 | NETIF_F_HW_VLAN_FILTER; | 3014 | NETIF_F_HW_VLAN_FILTER; |
3015 | card->dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | ||
3015 | 3016 | ||
3016 | SET_NETDEV_DEV(card->dev, &card->gdev->dev); | 3017 | SET_NETDEV_DEV(card->dev, &card->gdev->dev); |
3017 | return register_netdev(card->dev); | 3018 | return register_netdev(card->dev); |