rpms/wl-kmod/devel broadcom-wl-5.100.82.112-kernel-3.2.patch, NONE, 1.1 wl-kmod.spec, 1.56, 1.57

Nicolas Viéville nvieville at rpmfusion.org
Mon Jan 9 22:36:17 CET 2012


Author: nvieville

Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22951

Modified Files:
	wl-kmod.spec 
Added Files:
	broadcom-wl-5.100.82.112-kernel-3.2.patch 
Log Message:
* Mon Jan 09 2012 Nicolas Vieville <nicolas.vieville at univ-valenciennes.fr> - 5.100.82.112-2
- Added patch to build for kernel >= 3.2


broadcom-wl-5.100.82.112-kernel-3.2.patch:
 wl_linux.c |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE broadcom-wl-5.100.82.112-kernel-3.2.patch ---
diff -Naur hybrid-portsrc_x86_32-v5_100_82_112.orig/src/wl/sys/wl_linux.c hybrid-portsrc_x86_32-v5_100_82_112/src/wl/sys/wl_linux.c
--- hybrid-portsrc_x86_32-v5_100_82_112.orig/src/wl/sys/wl_linux.c	2011-10-26 09:40:02.793032059 +0200
+++ hybrid-portsrc_x86_32-v5_100_82_112/src/wl/sys/wl_linux.c	2012-01-09 15:07:19.641120013 +0100
@@ -387,7 +387,11 @@
 #endif
 	.ndo_get_stats = wl_get_stats,
 	.ndo_set_mac_address = wl_set_mac_address,
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
+	.ndo_set_rx_mode = wl_set_multicast_list,
+#else
 	.ndo_set_multicast_list = wl_set_multicast_list,
+#endif
 	.ndo_do_ioctl = wl_ioctl
 };
 


Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/devel/wl-kmod.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- wl-kmod.spec	6 Nov 2011 23:40:24 -0000	1.56
+++ wl-kmod.spec	9 Jan 2012 21:36:16 -0000	1.57
@@ -9,7 +9,7 @@
 
 Name:		wl-kmod
 Version:	5.100.82.112
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Kernel module for Broadcom wireless devices
 Group:		System Environment/Kernel
 License:	Redistributable, no modification permitted
@@ -18,6 +18,7 @@
 Source1:	http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_112.tar.gz
 Source11:	broadcom-wl-kmodtool-excludekernel-filterfile
 Patch0:		broadcom-wl-5.100.82.112-license.patch
+Patch1:		broadcom-wl-5.100.82.112-kernel-3.2.patch
 
 BuildRequires:	%{_bindir}/kmodtool
 
@@ -54,6 +55,7 @@
  tar xzf %{SOURCE1}
 %endif
 %patch0 -p1 -b .license
+%patch1 -p1 -b .kernel-3.2
 popd
 
 for kernel_version in %{?kernel_versions} ; do
@@ -83,6 +85,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Jan 09 2012 Nicolas Vieville <nicolas.vieville at univ-valenciennes.fr> - 5.100.82.112-2
+- Added patch to build for kernel >= 3.2
+
 * Mon Nov 07 2011 Nicolas Vieville <nicolas.vieville at univ-valenciennes.fr> - 5.100.82.112-1
 - Updated version to 5.100.82.112
 



More information about the rpmfusion-commits mailing list