rpms/wl-kmod/F-12 broadcom-wl-5.10.91.9.3-linux-2.6.32.patch, NONE, 1.1 wl-kmod.spec, 1.55, 1.56

Chris Nolan cnolan at rpmfusion.org
Tue Feb 9 22:55:38 CET 2010


Author: cnolan

Update of /cvs/nonfree/rpms/wl-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14990

Modified Files:
	wl-kmod.spec 
Added Files:
	broadcom-wl-5.10.91.9.3-linux-2.6.32.patch 
Log Message:
* Tue Feb 09 2010 Chris Nolan <chris at cenolan.com> - 5.10.91.9.3-4
- Added patch for building against kernel 2.6.32


broadcom-wl-5.10.91.9.3-linux-2.6.32.patch:
 wl_linux.c |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE broadcom-wl-5.10.91.9.3-linux-2.6.32.patch ---
diff -rup hybrid-portsrc-x86_32-v5.10.91.9.3/src/wl/sys/wl_linux.c hybrid-portsrc-x86_32-v5.10.91.9.3_EDIT/src/wl/sys/wl_linux.c
--- hybrid-portsrc-x86_32-v5.10.91.9.3/src/wl/sys/wl_linux.c	2009-09-10 20:21:58.000000000 +0200
+++ hybrid-portsrc-x86_32-v5.10.91.9.3_EDIT/src/wl/sys/wl_linux.c	2009-12-07 12:51:20.000000000 +0100
@@ -40,6 +40,9 @@
 #include <linux/pci_ids.h>
 #define WLC_MAXBSSCFG		1	
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 32)
+#include <linux/sched.h>
+#endif
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
 #include <net/lib80211.h>
 #endif


Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-12/wl-kmod.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- wl-kmod.spec	30 Jan 2010 20:44:30 -0000	1.55
+++ wl-kmod.spec	9 Feb 2010 21:55:38 -0000	1.56
@@ -7,7 +7,7 @@
 
 Name:		wl-kmod
 Version:	5.10.91.9.3
-Release:	3%{?dist}.13
+Release:	4%{?dist}
 Summary:	Kernel module for broadcom wireless devices
 Group:		System Environment/Kernel
 License:	Redistributable, no modification permitted
@@ -16,6 +16,7 @@
 Source1:	http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_64-v5.10.91.9.3.tar.gz
 Source11:	broadcom-wl-kmodtool-excludekernel-filterfile
 Patch0:         broadcom-wl-5.10.91.9.3-license.patch
+Patch1:		broadcom-wl-5.10.91.9.3-linux-2.6.32.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	%{_bindir}/kmodtool
@@ -53,6 +54,7 @@
  tar xzf %{SOURCE1}
 %endif
 %patch0 -p1 -b .license
+%patch1 -p1 -b .kernelfix
 popd
 
 for kernel_version in %{?kernel_versions} ; do
@@ -82,6 +84,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Feb 09 2010 Chris Nolan <chris at cenolan.com> - 5.10.91.9.3-4
+- Added patch for building against kernel 2.6.32
+
 * Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9.3-3.13
 - rebuild for new kernel
 



More information about the rpmfusion-commits mailing list