diff options
Diffstat (limited to 'net/wireless/Kconfig')
-rw-r--r-- | net/wireless/Kconfig | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 833b024f8f66..b97bd9fe6b79 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig | |||
@@ -14,6 +14,38 @@ config NL80211 | |||
14 | 14 | ||
15 | If unsure, say Y. | 15 | If unsure, say Y. |
16 | 16 | ||
17 | config WIRELESS_OLD_REGULATORY | ||
18 | bool "Old wireless static regulatory defintions" | ||
19 | default n | ||
20 | ---help--- | ||
21 | This option enables the old static regulatory information | ||
22 | and uses it within the new framework. This is available | ||
23 | temporarily as an option to help prevent immediate issues | ||
24 | due to the switch to the new regulatory framework which | ||
25 | does require a new userspace application which has the | ||
26 | database of regulatory information (CRDA) and another for | ||
27 | setting regulatory domains (iw). | ||
28 | |||
29 | For more information see: | ||
30 | |||
31 | http://wireless.kernel.org/en/developers/Regulatory/CRDA | ||
32 | http://wireless.kernel.org/en/users/Documentation/iw | ||
33 | |||
34 | It is important to note though that if you *do* have CRDA present | ||
35 | and if this option is enabled CRDA *will* be called to update the | ||
36 | regulatory domain (for US and JP only). Support for letting the user | ||
37 | set the regulatory domain through iw is also supported. This option | ||
38 | mainly exists to leave around for a kernel release some old static | ||
39 | regulatory domains that were defined and to keep around the old | ||
40 | ieee80211_regdom module parameter. This is being phased out and you | ||
41 | should stop using them ASAP. | ||
42 | |||
43 | Say N unless you cannot install a new userspace application | ||
44 | or have one currently depending on the ieee80211_regdom module | ||
45 | parameter and cannot port it to use the new userspace interfaces. | ||
46 | |||
47 | This is scheduled for removal for 2.6.29. | ||
48 | |||
17 | config WIRELESS_EXT | 49 | config WIRELESS_EXT |
18 | bool "Wireless extensions" | 50 | bool "Wireless extensions" |
19 | default n | 51 | default n |