mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 13:17:25 +01:00 
			
		
		
		
	station: handle NETDEV_EVENT_FT_ROAMED
This commit is contained in:
		
							parent
							
								
									07a9fc6c09
								
							
						
					
					
						commit
						ceebf0dc53
					
				| @ -3176,6 +3176,10 @@ static void station_netdev_event(struct netdev *netdev, enum netdev_event event, | ||||
| 		station_packets_lost(station, l_get_u32(event_data)); | ||||
| 		break; | ||||
| 	case NETDEV_EVENT_FT_ROAMED: | ||||
| 		if (station->state != STATION_STATE_ROAMING) | ||||
| 			return; | ||||
| 
 | ||||
| 		station_roamed(station); | ||||
| 		break; | ||||
| 	} | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood