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
1 changed files with 1 additions and 1 deletions

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);
station_enter_state(station, STATION_STATE_CONNECTED);
station_roamed(station);
}
static void station_rssi_level_changed(struct station *station,