summaryrefslogtreecommitdiff
path: root/package/acx/patches/006-netdev_ops.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-26 14:27:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-26 14:27:02 +0000
commit0bf7a71a2ae31eb2092e458f3acf3a4014fde719 (patch)
treee22ca181194037d69463c3ba7673263d8b4ed07c /package/acx/patches/006-netdev_ops.patch
parent8356fc0b8e69beed2c95b3652bb1db59dba43a8f (diff)
downloadmtk-20170518-0bf7a71a2ae31eb2092e458f3acf3a4014fde719.zip
mtk-20170518-0bf7a71a2ae31eb2092e458f3acf3a4014fde719.tar.gz
mtk-20170518-0bf7a71a2ae31eb2092e458f3acf3a4014fde719.tar.bz2
package/acx: refresh patches
SVN-Revision: 20448
Diffstat (limited to 'package/acx/patches/006-netdev_ops.patch')
-rw-r--r--package/acx/patches/006-netdev_ops.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/acx/patches/006-netdev_ops.patch b/package/acx/patches/006-netdev_ops.patch
index f974f17..210e929 100644
--- a/package/acx/patches/006-netdev_ops.patch
+++ b/package/acx/patches/006-netdev_ops.patch
@@ -1,8 +1,6 @@
-Index: acx-20080210/pci.c
-===================================================================
---- acx-20080210.orig/pci.c 2010-03-06 13:43:06.000000000 +0100
-+++ acx-20080210/pci.c 2010-03-06 13:46:38.000000000 +0100
-@@ -4135,6 +4135,18 @@
+--- a/pci.c
++++ b/pci.c
+@@ -4135,6 +4135,18 @@ static struct vlynq_device_id acx_vlynq_
{ 0, 0, 0 },
};
@@ -21,7 +19,7 @@ Index: acx-20080210/pci.c
static __devinit int vlynq_probe(struct vlynq_device *vdev,
struct vlynq_device_id *id)
{
-@@ -4191,17 +4203,24 @@
+@@ -4191,17 +4203,24 @@ static __devinit int vlynq_probe(struct
goto fail_alloc_netdev;
}
ether_setup(ndev);