mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-30 20:37:26 +01:00 
			
		
		
		
	monitor: Don't skip genl control Done,Error messages
This commit is contained in:
		
							parent
							
								
									5118f08d79
								
							
						
					
					
						commit
						02ec70e290
					
				| @ -8312,7 +8312,8 @@ void nlmon_print_genl(struct nlmon *nlmon, const struct timeval *tv, | ||||
| 			continue; | ||||
| 		} | ||||
| 
 | ||||
| 		if (!nlmon->read && nlmsg->nlmsg_type != nlmon->id) | ||||
| 		if (nlmsg->nlmsg_type >= NLMSG_MIN_TYPE && !nlmon->read && | ||||
| 				nlmsg->nlmsg_type != nlmon->id) | ||||
| 			continue; | ||||
| 
 | ||||
| 		nlmon_message(nlmon, tv, nlmsg); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Denis Kenzior
						Denis Kenzior