mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 13:17:25 +01:00 
			
		
		
		
	 c32495cf03
			
		
	
	
		c32495cf03
		
	
	
	
	
		
			
			Previously, the parsing of the OMs objects has been done in one pass, therefore, the proxy object's dependencies may not have been parsed at the time when they were looked up for the dependency assignments. Now, the parsing of the OM objects is done in two passes: 1) Create proxy objects - one per interface and path, 2) Populate the proxy objects with properties and assign dependencies. Therefore, we are guaranteed to have the proxy objects created by the time they are looked up for the dependency assignments.