[kernel] r9253 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Sat Aug 4 09:24:56 UTC 2007


Author: maks
Date: Sat Aug  4 09:24:56 2007
New Revision: 9253

Log:
woow ipw2200 options weren't fully enabled.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Aug  4 09:24:56 2007
@@ -8,8 +8,10 @@
     (closes: #426210)
   * Add to linux-doc the missing toplevel text files. (closes: #360876)
   * Set CONFIG_BLK_DEV_IO_TRACE for blktrace(8) support. (closes: #418442)
+  * ipw2200: Enable IPW2200_RADIOTAP and IPW2200_PROMISCUOUS for optional
+    rtap interface. (closes: #432555)
 
- -- maximilian attems <maks at debian.org>  Thu, 02 Aug 2007 12:22:19 +0200
+ -- maximilian attems <maks at debian.org>  Sat, 04 Aug 2007 11:20:11 +0200
 
 linux-2.6 (2.6.22-1~experimental.1) UNRELEASED; urgency=low
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Sat Aug  4 09:24:56 2007
@@ -1560,8 +1560,8 @@
 #
 CONFIG_IPW2200=m
 CONFIG_IPW2200_MONITOR=y
-# CONFIG_IPW2200_RADIOTAP is not set
-# CONFIG_IPW2200_PROMISCUOUS is not set
+CONFIG_IPW2200_RADIOTAP=y
+CONFIG_IPW2200_PROMISCUOUS=y
 CONFIG_IPW2200_QOS=y
 # CONFIG_IPW2200_DEBUG is not set
 CONFIG_LIBERTAS=m



More information about the Kernel-svn-changes mailing list