SOURCES: ipw2200-1.2.0-config.patch (NEW) - for kernel-net-ipw2200...

mguevara mguevara at pld-linux.org
Mon Oct 16 12:46:36 CEST 2006


Author: mguevara                     Date: Mon Oct 16 10:46:36 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- for kernel-net-ipw2200 (aka ipw2200_current.ko); enables rtap_iface,
  qos_no_ack_mask, qos_burst_enable, qos_enable module options

---- Files affected:
SOURCES:
   ipw2200-1.2.0-config.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ipw2200-1.2.0-config.patch
diff -u /dev/null SOURCES/ipw2200-1.2.0-config.patch:1.1
--- /dev/null	Mon Oct 16 12:46:36 2006
+++ SOURCES/ipw2200-1.2.0-config.patch	Mon Oct 16 12:46:31 2006
@@ -0,0 +1,33 @@
+--- ipw2200-1.2.0/Makefile.orig	2006-10-16 12:34:38.000000000 +0200
++++ ipw2200-1.2.0/Makefile	2006-10-16 12:43:36.000000000 +0200
+@@ -13,7 +13,12 @@
+ # NOTE: If you have previously added the IPW project to your kernel 
+ # 	and configured it for inclusion, these settings will be 
+ #	overridden by your kernel configuration.
+-ifndef CONFIG_IPW2200
++
++# NOTE: for PLD default kernels - we have got enabled as an module 
++# 	the standard IPW2200 driver (1.1.1 based) so CONFIG_IPW2200
++# 	is always set - we have to redefine config options here. 
++
++ifdef CONFIG_IPW2200
+ EXTERNAL_BUILD=y
+ CONFIG_IPW2200=m
+ CONFIG_IPW2200_DEBUG=y
+@@ -30,14 +35,14 @@
+ # simply uncomment:
+ #
+ # NOTE:  To use RADIOTAP you must also enable MONITOR above.
+-#CONFIG_IPW2200_RADIOTAP=y
++CONFIG_IPW2200_RADIOTAP=y
+ 
+ # The above monitor mode provides standard monitor mode.  The following
+ # will create a new interface (named rtap%d) which will be sent all
+ # 802.11 frames received on the interface
+ #
+ # NOTE:  To use PROMISCUOUS you must also enable MONITOR above.
+-#CONFIG_IPW2200_PROMISCUOUS=y
++CONFIG_IPW2200_PROMISCUOUS=y
+ 
+ endif
+ 
================================================================


More information about the pld-cvs-commit mailing list