mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
station: unify firmware/normal roaming
This doesn't change much functionally but does unify the two roaming paths by ending with 'station_roamed()'.
This commit is contained in:
parent
21e95dd2d8
commit
9b682d43db
@ -2332,7 +2332,7 @@ static void station_event_roamed(struct station *station, struct scan_bss *new)
|
||||
|
||||
l_queue_insert(station->bss_list, new, scan_bss_rank_compare, NULL);
|
||||
|
||||
station_enter_state(station, STATION_STATE_CONNECTED);
|
||||
station_roamed(station);
|
||||
}
|
||||
|
||||
static void station_rssi_level_changed(struct station *station,
|
||||
|
Loading…
Reference in New Issue
Block a user