mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 16:50:17 +01:00
wifi: do update BSSID cache in activation_success_handler() (rh #1094298)
Even if update_seen_bssids_cache() is called by set_current_ap() it did not really update the cache because it was called in NM_DEVICE_STATE_PREPARE state. So the cache was only updated by periodic_update() when the connection roamed to another AP. Fixes:1283816b41https://bugzilla.redhat.com/show_bug.cgi?id=1094298 (cherry picked from commitd4ebffcfb9)
This commit is contained in:
parent
dc54bb31f8
commit
1d4a5b9c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -3017,7 +3017,7 @@ done:
|
|||
set_current_ap (self, NULL, TRUE);
|
||||
}
|
||||
|
||||
/* No need to update seen BSSIDs cache, that is done by set_current_ap() already */
|
||||
update_seen_bssids_cache (self, priv->current_ap);
|
||||
|
||||
/* Reset scan interval to something reasonable */
|
||||
priv->scan_interval = SCAN_INTERVAL_MIN + (SCAN_INTERVAL_STEP * 2);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue