diff options
author | David Spinadel <david.spinadel@intel.com> | 2012-03-07 09:52:31 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-08 13:59:53 -0500 |
commit | 18c57d3c1e31a91a5925da001c19d521178d00bd (patch) | |
tree | ea7b421d5a1aa1ab5de667adbe59efe2bb7c6fd1 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | 8e81f65fdc7f5d292bb3c115b748767d921823c1 (diff) | |
download | op-kernel-dev-18c57d3c1e31a91a5925da001c19d521178d00bd.zip op-kernel-dev-18c57d3c1e31a91a5925da001c19d521178d00bd.tar.gz |
iwlwifi: add option to test MFP
Add a Kconfig symbol to enable MFP for testing even
if the firmware file doesn't advertise it.
Signed-off-by: David Spinadel <david.spinadel@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 5afd06e..2fe6273 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig @@ -127,3 +127,12 @@ config IWLWIFI_P2P support when it is loaded. Say Y only if you want to experiment with P2P. + +config IWLWIFI_EXPERIMENTAL_MFP + bool "support MFP (802.11w) even if uCode doesn't advertise" + depends on IWLWIFI + help + This option enables experimental MFP (802.11W) support + even if the microcode doesn't advertise it. + + Say Y only if you want to experiment with MFP. |