summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/ieee80211-dscape/src/Kconfig
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-14 08:33:24 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-14 08:33:24 +0000
commitcd8d40b6624a51704b922432a3ad7ba82bc7c2d7 (patch)
treeba988a4749cb15a94e35156522beea9c44c5b536 /openwrt/target/linux/package/ieee80211-dscape/src/Kconfig
parenta1d1cc5f82fbb4e48ddfffd5c912d0de6fbbd111 (diff)
remove obsolete and unmaintained packages, as soon as 2.6.17 is out, dscape and bcm43xx driver is integrated into mainstream
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3773 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/ieee80211-dscape/src/Kconfig')
-rw-r--r--openwrt/target/linux/package/ieee80211-dscape/src/Kconfig32
1 files changed, 0 insertions, 32 deletions
diff --git a/openwrt/target/linux/package/ieee80211-dscape/src/Kconfig b/openwrt/target/linux/package/ieee80211-dscape/src/Kconfig
deleted file mode 100644
index 052a4190e..000000000
--- a/openwrt/target/linux/package/ieee80211-dscape/src/Kconfig
+++ /dev/null
@@ -1,32 +0,0 @@
-config IEEE80211
- tristate "Generic IEEE 802.11 Networking Stack"
- ---help---
- This option enables the hardware independent IEEE 802.11
- networking stack.
-
-config IEEE80211_DEBUG
- bool "Enable debugging output"
- depends on IEEE80211
- ---help---
- This option will enable debug tracing output for the
- ieee80211 network stack.
-
- If you are not trying to debug or develop the ieee80211
- subsystem, you most likely want to say N here.
-
-config IEEE80211_VERBOSE_DEBUG
- bool "Verbose debugging output"
- depends on IEEE80211_DEBUG
-
-config TKIP_DEBUG
- bool "TKIP debugging"
- depends on IEEE80211_DEBUG
-
-config IEEE80211_DEBUG_COUNTERS
- bool "Extra statistics for TX/RX debugging"
- depends on IEEE80211_DEBUG
-
-config HOSTAPD_WPA_TESTING
- bool "Support for TKIP countermeasures testing"
- depends on IEEE80211_DEBUG
-