rpms/kernel/devel linux-2.6.15-ipw2200-monitor.patch, NONE, 1.1 kernel-2.6.spec, 1.1978, 1.1979

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 24 19:13:40 UTC 2006


Author: linville

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10410

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6.15-ipw2200-monitor.patch 
Log Message:
add/enable IPW2200_MONITOR config option for i686 and x86_64

linux-2.6.15-ipw2200-monitor.patch:
 Kconfig |    9 +++++++++
 1 files changed, 9 insertions(+)

--- NEW FILE linux-2.6.15-ipw2200-monitor.patch ---
--- linux-2.6.15.i686/drivers/net/wireless/Kconfig.BAD	2006-02-18 09:57:26.000000000 -0600
+++ linux-2.6.15.i686/drivers/net/wireless/Kconfig	2006-02-18 09:58:07.000000000 -0600
@@ -237,6 +237,15 @@
 	  If you are not trying to debug or develop the IPW2200 driver, you 
 	  most likely want to say N here.
 
+config IPW2200_MONITOR
+	bool "Enable promiscuous mode"
+	depends on IPW2200
+	---help---
+	  Enables promiscuous/monitor mode support for the ipw2200 driver.
+	  With this feature compiled into the driver, you can switch to
+	  promiscuous mode via the Wireless Tool's Monitor mode.  While in this
+	  mode, no packets can be sent.
+
 config AIRO
 	tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
 	depends on NET_RADIO && ISA_DMA_API && CRYPTO && (PCI || BROKEN)


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1978
retrieving revision 1.1979
diff -u -r1.1978 -r1.1979
--- kernel-2.6.spec	23 Feb 2006 23:14:16 -0000	1.1978
+++ kernel-2.6.spec	24 Feb 2006 19:13:38 -0000	1.1979
@@ -339,6 +339,7 @@
 Patch1301: linux-2.6-net-sundance-ip100A.patch
 Patch1302: linux-2.6-net-wireless-features.patch
 Patch1303: linux-2.6-ipw2200-hwcrypto.patch
+Patch1304: linux-2.6.15-ipw2200-monitor.patch
 
 # Squashfs
 Patch1400: linux-2.6-squashfs.patch
@@ -893,6 +894,8 @@
 %patch1302 -p1
 # ipw2200 hwcrypto=0 by default to avoid firmware restarts
 %patch1303 -p1
+# add IPW2200_MONITOR config option
+%patch1304 -p1
 
 # Squashfs
 %patch1400 -p1
@@ -1588,6 +1591,9 @@
 %endif
 
 %changelog
+* Fri Feb 24 2006 John W. Linville <linville at redhat.com>
+- Add/enable IPW2200_MONITOR config option for i686 and x86_64
+
 * Thu Feb 23 2006 David Woodhouse <dwmw2 at redhat.com>
 - Shut up the debugging messages from pmac platform stuff
 




More information about the fedora-cvs-commits mailing list