asix-ax887xx: update to asix-ax887xx-4.2.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-21 03:01:01 +01:00
parent 89388d88b2
commit 82408dffd8
3 changed files with 23 additions and 2 deletions

View File

@ -19,12 +19,12 @@
################################################################################
PKG_NAME="asix-ax887xx"
PKG_VERSION="4.1.0"
PKG_VERSION="4.2.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.asix.com.tw"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain linux"
PKG_PRIORITY="optional"

View File

@ -0,0 +1,21 @@
diff -Naur asix-ax887xx-4.2.0/asix.c asix-ax887xx-4.2.0.patch/asix.c
--- asix-ax887xx-4.2.0/asix.c 2011-09-19 14:48:58.000000000 +0200
+++ asix-ax887xx-4.2.0.patch/asix.c 2011-12-20 03:39:27.929024533 +0100
@@ -837,7 +837,7 @@
.ndo_do_ioctl = ax8817x_ioctl,
.ndo_set_mac_address = ax8817x_set_mac_addr,
.ndo_validate_addr = eth_validate_addr,
- .ndo_set_multicast_list = ax8817x_set_multicast,
+ .ndo_set_rx_mode = ax8817x_set_multicast,
};
#endif
@@ -1530,7 +1530,7 @@
.ndo_get_stats = axusbnet_get_stats,
.ndo_set_mac_address = ax8817x_set_mac_addr,
.ndo_validate_addr = eth_validate_addr,
- .ndo_set_multicast_list = ax88772b_set_multicast,
+ .ndo_set_rx_mode = ax88772b_set_multicast,
};
#endif