mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 21:27:30 +01:00 
			
		
		
		
	station: Add dependency on known_networks module
The previous commit added an invocation of known_networks_watch_add, but
never updated the module dependency graph.
Fixes: a793a41662b2 ("station, eapol: Set up eap-tls-common for session caching")
			
			
This commit is contained in:
		
							parent
							
								
									a793a41662
								
							
						
					
					
						commit
						2f1c2930f0
					
				| @ -5185,6 +5185,7 @@ static void station_exit(void) | ||||
| } | ||||
| 
 | ||||
| IWD_MODULE(station, station_init, station_exit) | ||||
| IWD_MODULE_DEPENDS(station, known_networks) | ||||
| IWD_MODULE_DEPENDS(station, netdev); | ||||
| IWD_MODULE_DEPENDS(station, netconfig); | ||||
| IWD_MODULE_DEPENDS(station, frame_xchg); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Denis Kenzior
						Denis Kenzior