diff --git a/packages/linux-drivers/bcm_sta/meta b/packages/linux-drivers/bcm_sta/meta index 0dfff5c60d..10c6345e29 100644 --- a/packages/linux-drivers/bcm_sta/meta +++ b/packages/linux-drivers/bcm_sta/meta @@ -19,12 +19,12 @@ ################################################################################ PKG_NAME="bcm_sta" -PKG_VERSION="5.100.82.38" +PKG_VERSION="5.100.82.112" PKG_REV="1" PKG_ARCH="i386 x86_64" PKG_LICENSE="nonfree" PKG_SITE="http://www.broadcom.com/" -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" diff --git a/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.38-010_remove_sysioc_sem.patch b/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.112-010_remove_sysioc_sem.patch similarity index 100% rename from packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.38-010_remove_sysioc_sem.patch rename to packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.112-010_remove_sysioc_sem.patch diff --git a/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.38-02_rename_device-0.1.patch b/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.112-02_rename_device-0.1.patch similarity index 100% rename from packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.38-02_rename_device-0.1.patch rename to packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.112-02_rename_device-0.1.patch diff --git a/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.112-05-linux-3.2.patch b/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.112-05-linux-3.2.patch new file mode 100644 index 0000000000..bfabfe07d7 --- /dev/null +++ b/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.112-05-linux-3.2.patch @@ -0,0 +1,24 @@ +diff -Naur bcm_sta-5.100.82.112/x86-32/src/wl/sys/wl_linux.c bcm_sta-5.100.82.112.patch/x86-32/src/wl/sys/wl_linux.c +--- bcm_sta-5.100.82.112/x86-32/src/wl/sys/wl_linux.c 2011-10-22 18:55:54.000000000 +0200 ++++ bcm_sta-5.100.82.112.patch/x86-32/src/wl/sys/wl_linux.c 2011-12-21 16:54:17.752384441 +0100 +@@ -385,7 +385,7 @@ + #endif + .ndo_get_stats = wl_get_stats, + .ndo_set_mac_address = wl_set_mac_address, +- .ndo_set_multicast_list = wl_set_multicast_list, ++ .ndo_set_rx_mode = wl_set_multicast_list, + .ndo_do_ioctl = wl_ioctl + }; + +diff -Naur bcm_sta-5.100.82.112/x86-64/src/wl/sys/wl_linux.c bcm_sta-5.100.82.112.patch/x86-64/src/wl/sys/wl_linux.c +--- bcm_sta-5.100.82.112/x86-64/src/wl/sys/wl_linux.c 2011-10-22 18:56:55.000000000 +0200 ++++ bcm_sta-5.100.82.112.patch/x86-64/src/wl/sys/wl_linux.c 2011-12-21 16:54:32.486670945 +0100 +@@ -385,7 +385,7 @@ + #endif + .ndo_get_stats = wl_get_stats, + .ndo_set_mac_address = wl_set_mac_address, +- .ndo_set_multicast_list = wl_set_multicast_list, ++ .ndo_set_rx_mode = wl_set_multicast_list, + .ndo_do_ioctl = wl_ioctl + }; + diff --git a/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.38-011_init_MUTEX.patch b/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.38-011_init_MUTEX.patch deleted file mode 100644 index 83a6b3d393..0000000000 --- a/packages/linux-drivers/bcm_sta/patches/bcm_sta-5.100.82.38-011_init_MUTEX.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur bcm_sta-5.100.82.38/x86-32/src/wl/sys/wl_linux.c bcm_sta-5.100.82.38.patch/x86-32/src/wl/sys/wl_linux.c ---- bcm_sta-5.100.82.38/x86-32/src/wl/sys/wl_linux.c 2010-12-15 02:58:07.000000000 +0100 -+++ bcm_sta-5.100.82.38.patch/x86-32/src/wl/sys/wl_linux.c 2010-12-27 23:42:21.319475865 +0100 -@@ -482,7 +482,7 @@ - #ifdef WL_ALL_PASSIVE - spin_lock_init(&wl->txq_lock); - #endif -- init_MUTEX(&wl->sem); -+ sema_init(&wl->sem, 1); - } - - if (!(wl->wlc = wlc_attach((void *) wl, vendor, device, unit, wl->piomode, -diff -Naur bcm_sta-5.100.82.38/x86-64/src/wl/sys/wl_linux.c bcm_sta-5.100.82.38.patch/x86-64/src/wl/sys/wl_linux.c ---- bcm_sta-5.100.82.38/x86-64/src/wl/sys/wl_linux.c 2010-12-15 03:01:09.000000000 +0100 -+++ bcm_sta-5.100.82.38.patch/x86-64/src/wl/sys/wl_linux.c 2010-12-27 23:42:38.462649098 +0100 -@@ -482,7 +482,7 @@ - #ifdef WL_ALL_PASSIVE - spin_lock_init(&wl->txq_lock); - #endif -- init_MUTEX(&wl->sem); -+ sema_init(&wl->sem, 1); - } - - if (!(wl->wlc = wlc_attach((void *) wl, vendor, device, unit, wl->piomode,