mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 21:24:00 +08:00
ath9k: make CONFIG_ATH9K_DFS_CERTIFIED depend on CFG80211_CERTIFICATION_ONUS
Turns out every most standard Linux distributions enable CONFIG_EXPERT, so use the shiny new CFG80211_CERTIFICATION_ONUS which is meant by design to not be enabled by all Linux distributions. Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
707be0ae13
commit
00267d591b
@ -64,7 +64,7 @@ config ATH9K_DEBUGFS
|
|||||||
|
|
||||||
config ATH9K_DFS_CERTIFIED
|
config ATH9K_DFS_CERTIFIED
|
||||||
bool "Atheros DFS support for certified platforms"
|
bool "Atheros DFS support for certified platforms"
|
||||||
depends on ATH9K && EXPERT
|
depends on ATH9K && CFG80211_CERTIFICATION_ONUS
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
This option enables DFS support for initiating radiation on
|
This option enables DFS support for initiating radiation on
|
||||||
|
Loading…
Reference in New Issue
Block a user