Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_sync.c52 u64 beacon_int_fraction = sdata->vif.bss_conf.beacon_int * 1024 / 2500; in mesh_sync_adjust_tsf() local
57 if (ifmsh->sync_offset_clockdrift_max < beacon_int_fraction) { in mesh_sync_adjust_tsf()
65 (unsigned long long) beacon_int_fraction); in mesh_sync_adjust_tsf()
66 tsfdelta = -beacon_int_fraction; in mesh_sync_adjust_tsf()
67 ifmsh->sync_offset_clockdrift_max -= beacon_int_fraction; in mesh_sync_adjust_tsf()