From b3114c2ed95330769c6a4ee2d33f5550ae82e3c9 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Sat, 4 Aug 2007 09:24:56 +0000 Subject: [PATCH] woow ipw2200 options weren't fully enabled. svn path=/dists/trunk/linux-2.6/; revision=9253 --- debian/changelog | 4 +++- debian/config/config | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b748fd28b..d870ca0a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ linux-2.6 (2.6.22-trunk.1) UNRELEASED; urgency=low (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 Thu, 02 Aug 2007 12:22:19 +0200 + -- maximilian attems Sat, 04 Aug 2007 11:20:11 +0200 linux-2.6 (2.6.22-1~experimental.1) UNRELEASED; urgency=low diff --git a/debian/config/config b/debian/config/config index 2c20df62e..2178c7d0c 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1560,8 +1560,8 @@ CONFIG_SMCTR=m # 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