ath9k: Fix chainmask selection during scanning
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / net / wireless / Kconfig
CommitLineData
704232c2 1config CFG80211
1f87f7d3
JB
2 tristate "Improved wireless configuration API"
3 depends on RFKILL || !RFKILL
704232c2 4
aff89a9b
JB
5config NL80211_TESTMODE
6 bool "nl80211 testmode command"
7 depends on CFG80211
8 help
9 The nl80211 testmode command helps implementing things like
10 factory calibration or validation tools for wireless chips.
11
12 Select this option ONLY for kernels that are specifically
13 built for such purposes.
14
15 Debugging tools that are supposed to end up in the hands of
16 users should better be implemented with debugfs.
17
18 Say N.
19
3f2355cb
LR
20config CFG80211_REG_DEBUG
21 bool "cfg80211 regulatory debugging"
22 depends on CFG80211
23 default n
24 ---help---
25 You can enable this if you want to debug regulatory changes.
26
27 If unsure, say N.
28
bc92afd9
JB
29config CFG80211_DEFAULT_PS
30 bool "enable powersave by default"
31 depends on CFG80211
32 default y
33 help
34 This option enables powersave mode by default.
35
36 If this causes your applications to misbehave you should fix your
37 applications instead -- they need to register their network
38 latency requirement, see Documentation/power/pm_qos_interface.txt.
39
40config CFG80211_DEFAULT_PS_VALUE
41 int
42 default 1 if CFG80211_DEFAULT_PS
43 default 0
44
1ac61302
LR
45config CFG80211_DEBUGFS
46 bool "cfg80211 DebugFS entries"
47 depends on CFG80211 && DEBUG_FS
48 ---help---
49 You can enable this if you want to debugfs entries for cfg80211.
50
51 If unsure, say N.
52
b2e1b302 53config WIRELESS_OLD_REGULATORY
5d6ffc53 54 bool "Old wireless static regulatory definitions"
8a5117d8 55 default n
b2e1b302
LR
56 ---help---
57 This option enables the old static regulatory information
8a5117d8
LR
58 and uses it within the new framework. This option is available
59 for historical reasons and it is advised to leave it off.
60
61 For details see:
62
63 http://wireless.kernel.org/en/developers/Regulatory
64
65 Say N and if you say Y, please tell us why. The default is N.
b2e1b302 66
2a5e1c0e
JB
67config WIRELESS_EXT
68 bool "Wireless extensions"
89832402 69 default y
2a5e1c0e
JB
70 ---help---
71 This option enables the legacy wireless extensions
72 (wireless network interface configuration via ioctls.)
73
89832402
JB
74 Say Y unless you've upgraded all your userspace to use
75 nl80211 instead of wireless extensions.
22bb1be4
JB
76
77config WIRELESS_EXT_SYSFS
78 bool "Wireless extensions sysfs files"
79 default y
80 depends on WIRELESS_EXT && SYSFS
81 help
82 This option enables the deprecated wireless statistics
83 files in /sys/class/net/*/wireless/. The same information
84 is available via the ioctls as well.
85
d9664741
FM
86 Say Y if you have programs using it, like old versions of
87 hal.
7e272fcf
JL
88
89config LIB80211
90 tristate "Common routines for IEEE802.11 drivers"
91 default n
92 help
93 This options enables a library of common routines used
94 by IEEE802.11 wireless LAN drivers.
95
96 Drivers should select this themselves if needed. Say Y if
97 you want this built into your kernel.
274bfb8d
JL
98
99config LIB80211_CRYPT_WEP
100 tristate
101
102config LIB80211_CRYPT_CCMP
103 tristate
104
105config LIB80211_CRYPT_TKIP
106 tristate
6f16bf3b
JL
107
108config LIB80211_DEBUG
109 bool "lib80211 debugging messages"
110 depends on LIB80211
111 default n
112 ---help---
113 You can enable this if you want verbose debugging messages
114 from lib80211.
115
116 If unsure, say N.