mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:57:25 +01:00 
			
		
		
		
	 382bbf1861
			
		
	
	
		382bbf1861
		
	
	
	
	
		
			
			This was initially put in to solve an issue that was specific to mac80211_hwsim where the connect callback would get queued and delayed until after the connect event. This caused IWD to get very confused. Later it was found that "real" drivers can sometimes do this so some code was added to IWD core to handle it. Now there isn't much point to delay all frames unless a rule specifies so change the behavior back to sending out frames immediately.