diff options
author | Janusz Dziedzic <janusz.dziedzic@tieto.com> | 2013-12-23 08:38:27 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-01-10 11:39:57 +0200 |
commit | baccfe6e86443c8b7ba7f21144eedfb100ecf816 (patch) | |
tree | b7d68badfd09c3bf364e66df5f17f504042147f4 | |
parent | 248544dc4e6c1b9265781e2d7a409a7badc1871a (diff) | |
download | op-kernel-dev-baccfe6e86443c8b7ba7f21144eedfb100ecf816.zip op-kernel-dev-baccfe6e86443c8b7ba7f21144eedfb100ecf816.tar.gz |
ath10k: add DFS_CERTIFIED option
Add Kconfig option that allow DFS functionality.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
-rw-r--r-- | drivers/net/wireless/ath/ath10k/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/Kconfig b/drivers/net/wireless/ath/ath10k/Kconfig index 82e8088..a6f5285 100644 --- a/drivers/net/wireless/ath/ath10k/Kconfig +++ b/drivers/net/wireless/ath/ath10k/Kconfig @@ -37,3 +37,10 @@ config ATH10K_TRACING ---help--- Select this to ath10k use tracing infrastructure. +config ATH10K_DFS_CERTIFIED + bool "Atheros DFS support for certified platforms" + depends on ATH10K && CFG80211_CERTIFICATION_ONUS + default n + ---help--- + This option enables DFS support for initiating radiation on + ath10k. |