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
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue