Searched refs:t_clockdrift (Results 1 – 1 of 1) sorted by relevance
133 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp() local138 (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()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()