Searched refs:t_clockdrift (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_sync.c | 133 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp() local 135 "STA %pM : t_offset=%lld, t_offset_setpoint=%lld, t_clockdrift=%lld\n", in mesh_sync_offset_rx_bcn_presp() 138 (long long) t_clockdrift); in mesh_sync_offset_rx_bcn_presp() 140 if (t_clockdrift > TOFFSET_MAXIMUM_ADJUSTMENT || in mesh_sync_offset_rx_bcn_presp() 141 t_clockdrift < -TOFFSET_MAXIMUM_ADJUSTMENT) { in mesh_sync_offset_rx_bcn_presp() 143 "STA %pM : t_clockdrift=%lld too large, setpoint reset\n", in mesh_sync_offset_rx_bcn_presp() 145 (long long) t_clockdrift); in mesh_sync_offset_rx_bcn_presp() 151 if (t_clockdrift > ifmsh->sync_offset_clockdrift_max) in mesh_sync_offset_rx_bcn_presp() 152 ifmsh->sync_offset_clockdrift_max = t_clockdrift; in mesh_sync_offset_rx_bcn_presp()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_sync.c | 131 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp() local 133 "STA %pM : t_offset=%lld, t_offset_setpoint=%lld, t_clockdrift=%lld\n", in mesh_sync_offset_rx_bcn_presp() 136 (long long) t_clockdrift); in mesh_sync_offset_rx_bcn_presp() 138 if (t_clockdrift > TOFFSET_MAXIMUM_ADJUSTMENT || in mesh_sync_offset_rx_bcn_presp() 139 t_clockdrift < -TOFFSET_MAXIMUM_ADJUSTMENT) { in mesh_sync_offset_rx_bcn_presp() 141 "STA %pM : t_clockdrift=%lld too large, setpoint reset\n", in mesh_sync_offset_rx_bcn_presp() 143 (long long) t_clockdrift); in mesh_sync_offset_rx_bcn_presp() 149 if (t_clockdrift > ifmsh->sync_offset_clockdrift_max) in mesh_sync_offset_rx_bcn_presp() 150 ifmsh->sync_offset_clockdrift_max = t_clockdrift; in mesh_sync_offset_rx_bcn_presp()
|
Completed in 1 milliseconds