Remove multiple KERN_ prefixes from printk formats
[deliverable/linux.git] / drivers / net / ppp_generic.c
index 8ee91421db12133634a922d2d8d70c933e22c248..639d11bc444e8a07a88c50beaddf9f867f126aee 100644 (file)
@@ -1054,6 +1054,7 @@ static void ppp_setup(struct net_device *dev)
        dev->type = ARPHRD_PPP;
        dev->flags = IFF_POINTOPOINT | IFF_NOARP | IFF_MULTICAST;
        dev->features |= NETIF_F_NETNS_LOCAL;
+       dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
 }
 
 /*
This page took 0.024287 seconds and 5 git commands to generate.