diff options
Diffstat (limited to 'drivers/net/eql.c')
-rw-r--r-- | drivers/net/eql.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/eql.c b/drivers/net/eql.c index 5210bb1027cc..19b7dd983944 100644 --- a/drivers/net/eql.c +++ b/drivers/net/eql.c | |||
@@ -194,6 +194,7 @@ static void __init eql_setup(struct net_device *dev) | |||
194 | 194 | ||
195 | dev->type = ARPHRD_SLIP; | 195 | dev->type = ARPHRD_SLIP; |
196 | dev->tx_queue_len = 5; /* Hands them off fast */ | 196 | dev->tx_queue_len = 5; /* Hands them off fast */ |
197 | dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; | ||
197 | } | 198 | } |
198 | 199 | ||
199 | static int eql_open(struct net_device *dev) | 200 | static int eql_open(struct net_device *dev) |