video/rockchip: rga2: force rga version if hardware not support
[firefly-linux-kernel-4.4.55.git] / drivers / net / eql.c
index 957e5c0cede337cff8d98c81089e879d83988dcb..a10ad74cc8d2225a40a7f1afd261c88834a6458a 100644 (file)
@@ -199,7 +199,7 @@ static void __init eql_setup(struct net_device *dev)
 
        dev->type               = ARPHRD_SLIP;
        dev->tx_queue_len       = 5;            /* Hands them off fast */
-       dev->priv_flags        &= ~IFF_XMIT_DST_RELEASE;
+       netif_keep_dst(dev);
 }
 
 static int eql_open(struct net_device *dev)