mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-18 06:10:40 +02:00
wifi: set changed flag for max-rate in nm_wifi_ap_update_from_properties()
This commit is contained in:
parent
6c534af4d7
commit
534a96d82a
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ nm_wifi_ap_update_from_properties (NMWifiAP *ap,
|
|||
bytes = g_variant_get_fixed_array (v, &len, 1);
|
||||
max_rate = get_max_rate (bytes, len);
|
||||
if (max_rate > 0)
|
||||
nm_wifi_ap_set_max_bitrate (ap, max_rate / 1000);
|
||||
changed |= nm_wifi_ap_set_max_bitrate (ap, max_rate / 1000);
|
||||
g_variant_unref (v);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue