mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-04 16:52:06 +10:00 
			
		
		
		
	This patch provides infrastructure for machine translation of the regulatory rules database used by CRDA into a C data structure. It includes code for searching that database as an alternative to dynamic regulatory rules updates via CRDA. Most people should use CRDA instead of this infrastructure, but it provides a better alternative than the WIRELESS_OLD_REGULATORY infrastructure (which can now be removed). Signed-off-by: John W. Linville <linville@tuxdriver.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			759 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			759 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# This file is a placeholder to prevent accidental build breakage if someone
 | 
						|
# enables CONFIG_CFG80211_INTERNAL_REGDB.  Almost no one actually needs to
 | 
						|
# enable that build option.
 | 
						|
#
 | 
						|
# You should be using CRDA instead.  It is even better if you use the CRDA
 | 
						|
# package provided by your distribution, since they will probably keep it
 | 
						|
# up-to-date on your behalf.
 | 
						|
#
 | 
						|
# If you _really_ intend to use CONFIG_CFG80211_INTERNAL_REGDB then you will
 | 
						|
# need to replace this file with one containing appropriately formatted
 | 
						|
# regulatory rules that cover the regulatory domains you will be using.  Your
 | 
						|
# best option is to extract the db.txt file from the wireless-regdb git
 | 
						|
# repository:
 | 
						|
#
 | 
						|
#   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git
 | 
						|
#
 |