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

/linux-4.1.27/net/mac80211/
H A Dmesh_sync.c133 s64 t_clockdrift = sta->t_offset_setpoint - sta->t_offset; mesh_sync_offset_rx_bcn_presp() local
135 "STA %pM : sta->t_offset=%lld, sta->t_offset_setpoint=%lld, t_clockdrift=%lld\n", mesh_sync_offset_rx_bcn_presp()
138 (long long) t_clockdrift); mesh_sync_offset_rx_bcn_presp()
140 if (t_clockdrift > TOFFSET_MAXIMUM_ADJUSTMENT || mesh_sync_offset_rx_bcn_presp()
141 t_clockdrift < -TOFFSET_MAXIMUM_ADJUSTMENT) { mesh_sync_offset_rx_bcn_presp()
143 "STA %pM : t_clockdrift=%lld too large, setpoint reset\n", mesh_sync_offset_rx_bcn_presp()
145 (long long) t_clockdrift); mesh_sync_offset_rx_bcn_presp()
151 if (t_clockdrift > ifmsh->sync_offset_clockdrift_max) mesh_sync_offset_rx_bcn_presp()
152 ifmsh->sync_offset_clockdrift_max = t_clockdrift; mesh_sync_offset_rx_bcn_presp()

Completed in 120 milliseconds