mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	disable radar detection by default until it is fixed
SVN-Revision: 10401
This commit is contained in:
		
							parent
							
								
									bb84ed507e
								
							
						
					
					
						commit
						cf4ea1eed0
					
				| @ -212,6 +212,9 @@ enable_atheros() { | |||||||
| 		config_get_bool turbo "$vif" turbo | 		config_get_bool turbo "$vif" turbo | ||||||
| 		[ -n "$turbo" ] && iwpriv "$ifname" turbo "$turbo" | 		[ -n "$turbo" ] && iwpriv "$ifname" turbo "$turbo" | ||||||
| 
 | 
 | ||||||
|  | 		config_get_bool doth "$vif" doth 0 | ||||||
|  | 		[ -n "$doth" ] && iwpriv "$ifname" doth "$doth" | ||||||
|  | 
 | ||||||
| 		config_get maclist "$vif" maclist | 		config_get maclist "$vif" maclist | ||||||
| 		[ -n "$maclist" ] && { | 		[ -n "$maclist" ] && { | ||||||
| 			# flush MAC list | 			# flush MAC list | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user