2004-11-17 00:08:25

by Santiago Leon

[permalink] [raw]
Subject: [PATCH] make ibmveth link always up

===== drivers/net/ibmveth.c 1.18 vs edited =====
--- 1.18/drivers/net/ibmveth.c Mon Sep 13 19:23:15 2004
+++ edited/drivers/net/ibmveth.c Tue Nov 16 18:24:42 2004
@@ -598,7 +598,7 @@
}

static u32 netdev_get_link(struct net_device *dev) {
- return 0;
+ return 1;
}

static struct ethtool_ops netdev_ethtool_ops = {


Attachments:
ibmveth_link_up.patch (321.00 B)