debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
[pandora-kernel.git] / drivers / net / eql.c
index 5210bb1..19b7dd9 100644 (file)
@@ -194,6 +194,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;
 }
 
 static int eql_open(struct net_device *dev)