mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	ath: process regulatory notifiers with CONFIG_ATH_USER_REGD set
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43034
This commit is contained in:
		
							parent
							
								
									3772f272d0
								
							
						
					
					
						commit
						16a9ab1d58
					
				@ -33,17 +33,18 @@
 | 
			
		||||
 	if (!wiphy->bands[IEEE80211_BAND_5GHZ])
 | 
			
		||||
 		return;
 | 
			
		||||
 
 | 
			
		||||
@@ -632,6 +644,10 @@ ath_regd_init_wiphy(struct ath_regulator
 | 
			
		||||
 {
 | 
			
		||||
@@ -633,6 +645,11 @@ ath_regd_init_wiphy(struct ath_regulator
 | 
			
		||||
 	const struct ieee80211_regdomain *regd;
 | 
			
		||||
 
 | 
			
		||||
 	wiphy->reg_notifier = reg_notifier;
 | 
			
		||||
+
 | 
			
		||||
+#ifdef CPTCFG_ATH_USER_REGD
 | 
			
		||||
+	return 0;
 | 
			
		||||
+#endif
 | 
			
		||||
+
 | 
			
		||||
 	wiphy->reg_notifier = reg_notifier;
 | 
			
		||||
 	wiphy->regulatory_flags |= REGULATORY_STRICT_REG |
 | 
			
		||||
 				   REGULATORY_CUSTOM_REG;
 | 
			
		||||
 
 | 
			
		||||
--- a/drivers/net/wireless/ath/Kconfig
 | 
			
		||||
+++ b/drivers/net/wireless/ath/Kconfig
 | 
			
		||||
@@ -21,6 +21,9 @@ menuconfig ATH_CARDS
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user