backport r21347 to backfire
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 4 May 2010 07:34:00 +0000 (07:34 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 4 May 2010 07:34:00 +0000 (07:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21348 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/acx/patches/006-netdev_ops.patch

index b687c211c756a8455964780a39d908de08d42f46..e7840c6eb6524cccfe6be686edfb0c934adf049a 100644 (file)
@@ -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;