X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2797601c5615fe158d369f607597926c28a7a3c7..983bbbfb916b1e9f8e68bf83a658108e0a0d3816:/package/acx/patches/006-netdev_ops.patch?ds=sidebyside 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;