3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02: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:
James Prestwood 2021-03-29 12:07:41 -07:00 committed by Denis Kenzior
parent 21e95dd2d8
commit 9b682d43db

View File

@ -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); 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, static void station_rssi_level_changed(struct station *station,