summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/ieee80211-dscape/src/Kconfig
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-30 19:38:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-30 19:38:38 +0000
commitaef3bd9e643498397c2ef33ba17d166e10518d85 (patch)
tree6c15064c011e398e88e169db7e9b3a0b5366aa93 /openwrt/target/linux/package/ieee80211-dscape/src/Kconfig
parent5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d (diff)
downloadmtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.zip
mtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.tar.gz
mtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.tar.bz2
resync with kamikaze
SVN-Revision: 3844
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 052a419..0000000
--- 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
-