SOURCES: ipw2200-monitor.patch - corrected to work with kernels >=...

lmasko lmasko at pld-linux.org
Wed Jun 28 09:13:58 CEST 2006


Author: lmasko                       Date: Wed Jun 28 07:13:58 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- corrected to work with kernels >= 2.6.17, which already have 
  CONFIG_IPW2200_MONITOR defined

---- Files affected:
SOURCES:
   ipw2200-monitor.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ipw2200-monitor.patch
diff -u SOURCES/ipw2200-monitor.patch:1.1 SOURCES/ipw2200-monitor.patch:1.2
--- SOURCES/ipw2200-monitor.patch:1.1	Tue May 16 17:18:34 2006
+++ SOURCES/ipw2200-monitor.patch	Wed Jun 28 09:13:53 2006
@@ -1,10 +1,12 @@
---- ipw2200-1.1.2/ipw2200.c~	2006-04-01 03:47:24.000000000 +0200
-+++ ipw2200-1.1.2/ipw2200.c	2006-05-15 22:16:44.939358250 +0200
-@@ -33,6 +33,8 @@
+--- ipw2200-1.1.3.orig/ipw2200.c	2006-06-12 08:07:45.000000000 +0200
++++ ipw2200-1.1.3/ipw2200.c	2006-06-28 09:02:47.000000000 +0200
+@@ -33,6 +33,10 @@
  #include "ipw2200.h"
  #include <linux/version.h>
  
++#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 17)
 +#define CONFIG_IPW2200_MONITOR
++#endif
 +
  #ifndef KBUILD_EXTMOD
  #define VK "k"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ipw2200-monitor.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list