diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-06 13:40:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-06 13:40:45 +0000 |
commit | ef3c5ee59f436824302c142740f83b0edd2fc2f5 (patch) | |
tree | b93411620d5b7bd6a595bf96a1ac0dbccdfe1f50 /package/mac80211/src/net/wireless/Kconfig | |
parent | 80769eb3f00faa7dd0c52074baaded3a01f92926 (diff) | |
download | upstream-ef3c5ee59f436824302c142740f83b0edd2fc2f5.tar.gz upstream-ef3c5ee59f436824302c142740f83b0edd2fc2f5.tar.bz2 upstream-ef3c5ee59f436824302c142740f83b0edd2fc2f5.zip |
Switch to compat-wireless
SVN-Revision: 10742
Diffstat (limited to 'package/mac80211/src/net/wireless/Kconfig')
-rw-r--r-- | package/mac80211/src/net/wireless/Kconfig | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/mac80211/src/net/wireless/Kconfig b/package/mac80211/src/net/wireless/Kconfig deleted file mode 100644 index 79270903bd..0000000000 --- a/package/mac80211/src/net/wireless/Kconfig +++ /dev/null @@ -1,31 +0,0 @@ -config CFG80211 - tristate "Improved wireless configuration API" - -config NL80211 - bool "nl80211 new netlink interface support" - depends on CFG80211 - default y - ---help--- - This option turns on the new netlink interface - (nl80211) support in cfg80211. - - If =n, drivers using mac80211 will be configured via - wireless extension support provided by that subsystem. - - If unsure, say Y. - -config WIRELESS_EXT - bool "Wireless extensions" - default n - ---help--- - This option enables the legacy wireless extensions - (wireless network interface configuration via ioctls.) - - Wireless extensions will be replaced by cfg80211 and - will be required only by legacy drivers that implement - wireless extension handlers. This option does not - affect the wireless-extension backward compatibility - code in cfg80211. - - Say N (if you can) unless you know you need wireless - extensions for external modules. |