diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-22 13:30:36 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-22 15:01:35 -0500 |
commit | 33fd8fe9857eb7ca8bdfa08e9bb26af5d36a3e29 (patch) | |
tree | a44ca20a43612fd723f55ca2eb865a4ab7fed5f4 /drivers | |
parent | 798f4e5eaae27805ebee14becc832fa5ad54046c (diff) |
drivers/net/wireless/ath/ath6kl: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
CC: Kalle Valo <kvalo@qca.qualcomm.com>
Acked-by: John W. Linville <linville@tuxdriver.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/Kconfig b/drivers/net/wireless/ath/ath6kl/Kconfig index 26c4b7220859..630c83db056e 100644 --- a/drivers/net/wireless/ath/ath6kl/Kconfig +++ b/drivers/net/wireless/ath/ath6kl/Kconfig | |||
@@ -18,7 +18,6 @@ config ATH6KL_USB | |||
18 | depends on ATH6KL | 18 | depends on ATH6KL |
19 | depends on USB | 19 | depends on USB |
20 | depends on CFG80211 | 20 | depends on CFG80211 |
21 | depends on EXPERIMENTAL | ||
22 | ---help--- | 21 | ---help--- |
23 | This module adds support for wireless adapters based on | 22 | This module adds support for wireless adapters based on |
24 | Atheros AR6004 chipset running over USB. This is still under | 23 | Atheros AR6004 chipset running over USB. This is still under |