X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Facx%2Fpatches%2F006-netdev_ops.patch;h=e7840c6eb6524cccfe6be686edfb0c934adf049a;hb=85e45dd08f97bf500fdbc261fb86122385dd6fb3;hp=b687c211c756a8455964780a39d908de08d42f46;hpb=09df0283cac917af8a40c526c0cfaed47a908fe5;p=openwrt-10.03%2F.git diff --git a/package/acx/patches/006-netdev_ops.patch b/package/acx/patches/006-netdev_ops.patch index b687c211c..e7840c6eb 100644 --- a/package/acx/patches/006-netdev_ops.patch +++ b/package/acx/patches/006-netdev_ops.patch @@ -50,7 +50,7 @@ Index: acx-20080210/pci.c goto fail_alloc_netdev; } ether_setup(ndev); -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) ndev->open = &acxpci_e_open; ndev->stop = &acxpci_e_close; ndev->hard_start_xmit = &acx_i_start_xmit;