Browse Source

fix acx compile error with VLYNQ support (#7281)

SVN-Revision: 21347
Florian Fainelli 15 years ago
parent
commit
803225ef2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/acx/patches/006-netdev_ops.patch

+ 1 - 1
package/acx/patches/006-netdev_ops.patch

@@ -50,7 +50,7 @@ Index: acx-20080210/pci.c
  		goto fail_alloc_netdev;
  		goto fail_alloc_netdev;
  	}
  	}
  	ether_setup(ndev);
  	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->open = &acxpci_e_open;
  	ndev->stop = &acxpci_e_close;
  	ndev->stop = &acxpci_e_close;
  	ndev->hard_start_xmit = &acx_i_start_xmit;
  	ndev->hard_start_xmit = &acx_i_start_xmit;