]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/wireless/Kconfig
pkt_sched: Remove smp_wmb() in qdisc_watchdog()
[linux-2.6-omap-h63xx.git] / net / wireless / Kconfig
index 646c7121dbc0a78ca0c3018f6e6025ff9bca5249..e28e2b8fa436edc1290e8704bab478781a308111 100644 (file)
@@ -1,6 +1,15 @@
 config CFG80211
         tristate "Improved wireless configuration API"
 
+config CFG80211_REG_DEBUG
+       bool "cfg80211 regulatory debugging"
+       depends on CFG80211
+       default n
+       ---help---
+         You can enable this if you want to debug regulatory changes.
+
+         If unsure, say N.
+
 config NL80211
        bool "nl80211 new netlink interface support"
        depends on CFG80211
@@ -40,6 +49,8 @@ config WIRELESS_OLD_REGULATORY
          ieee80211_regdom module parameter. This is being phased out and you
          should stop using them ASAP.
 
+         Note: You will need CRDA if you want 802.11d support
+
          Say Y unless you have installed a new userspace application.
          Also say Y if have one currently depending on the ieee80211_regdom
          module parameter and cannot port it to use the new userspace
@@ -72,3 +83,22 @@ config WIRELESS_EXT_SYSFS
 
          Say Y if you have programs using it, like old versions of
          hal.
+
+config LIB80211
+       tristate "Common routines for IEEE802.11 drivers"
+       default n
+       help
+         This options enables a library of common routines used
+         by IEEE802.11 wireless LAN drivers.
+
+         Drivers should select this themselves if needed.  Say Y if
+         you want this built into your kernel.
+
+config LIB80211_CRYPT_WEP
+       tristate
+
+config LIB80211_CRYPT_CCMP
+       tristate
+
+config LIB80211_CRYPT_TKIP
+       tristate