mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:57:25 +01:00 
			
		
		
		
	manager: deprecate UseDefaultInterface
This commit is contained in:
		
							parent
							
								
									d223f49fbc
								
							
						
					
					
						commit
						5c7777ff0f
					
				| @ -894,8 +894,11 @@ static int manager_init(void) | ||||
| 	} | ||||
| 
 | ||||
| 	if (!l_settings_get_bool(config, "General", | ||||
| 				"UseDefaultInterface", &use_default)) | ||||
| 				"UseDefaultInterface", &use_default)) { | ||||
| 		l_warn("[General].UseDefaultInterface is deprecated, please " | ||||
| 			"use [DriverQuirks].DefaultInterface instead"); | ||||
| 		use_default = false; | ||||
| 	} | ||||
| 
 | ||||
| 	return 0; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood