mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 20:50:11 +01:00
parent
5ae3db7515
commit
35d4e8f7a0
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ periodic_update (NMDeviceWifi *self)
|
|||
percent = nm_platform_wifi_get_quality (NM_PLATFORM_GET, ifindex);
|
||||
if (percent >= 0 || ++priv->invalid_strength_counter > 3) {
|
||||
if (nm_wifi_ap_set_strength (priv->current_ap, (gint8) percent)) {
|
||||
#if NM_MORE_LOGGING
|
||||
#ifdef NM_MORE_LOGGING
|
||||
_ap_dump (self, LOGL_TRACE, priv->current_ap, "updated", 0);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue