Home
last modified time | relevance | path

Searched refs:t_clockdrift (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_sync.c131 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp() local
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()
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()