diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-12-02 10:33:57 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-12-08 18:54:46 -0500 |
commit | 0cb38d65efa0304e9a948fd7aef9c7d38ad8cbb9 (patch) | |
tree | d40cfe30c858f99d4e5d403dd61d89ac717a49b2 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | 0bec12b838c8fe002a3ad7a1ca5a444c8beee5c3 (diff) |
iwlwifi: P2P is not enabled by default
P2P still under development. it will not enabled by default, but user
always can enable it manually for testing.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 82c8ccac513d..ae08498dfcad 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -111,3 +111,19 @@ config IWLWIFI_DEVICE_TESTMODE | |||
111 | NL80211_TESTMODE. This provide the capabilities of enable user space | 111 | NL80211_TESTMODE. This provide the capabilities of enable user space |
112 | validation applications to interacts with the device through the | 112 | validation applications to interacts with the device through the |
113 | generic netlink message via NL80211_TESTMODE channel. | 113 | generic netlink message via NL80211_TESTMODE channel. |
114 | |||
115 | config IWLWIFI_P2P | ||
116 | bool "iwlwifi experimental P2P support" | ||
117 | depends on IWLWIFI | ||
118 | help | ||
119 | This option enables experimental P2P support for some devices | ||
120 | based on microcode support. Since P2P support is still under | ||
121 | development, this option may even enable it for some devices | ||
122 | now that turn out to not support it in the future due to | ||
123 | microcode restrictions. | ||
124 | |||
125 | To determine if your microcode supports the experimental P2P | ||
126 | offered by this option, check if the driver advertises AP | ||
127 | support when it is loaded. | ||
128 | |||
129 | Say Y only if you want to experiment with P2P. | ||