Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_mesh.c3320 #define M_BITS 8 in mesh_airtime_calc() macro
3321 #define S_FACTOR (2 * M_BITS) in mesh_airtime_calc()
3324 const static int nbits = 8192 << M_BITS; in mesh_airtime_calc()
3331 ifp->if_mtu + IEEE80211_MESH_MAXOVERHEAD, rate, 0) << M_BITS; in mesh_airtime_calc()
3335 ifp->if_get_counter(ifp, IFCOUNTER_IERRORS)) / 100) << M_BITS) in mesh_airtime_calc()
3338 ((1 << S_FACTOR) / ((1 << M_BITS) - errrate)); in mesh_airtime_calc()
3341 #undef M_BITS in mesh_airtime_calc()