Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Dmesh_hwmp.c285 u32 tx_time, estimated_retx; in airtime_link_metric_get() local
303 estimated_retx = ((1 << (2 * ARITH_SHIFT)) / (s_unit - err)); in airtime_link_metric_get()
304 result = (tx_time * estimated_retx) >> (2 * ARITH_SHIFT) ; in airtime_link_metric_get()