Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_var.h85 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro
/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c1147 roundup(IEEE80211_MS_TO_TU(100), bs.bs_intval); in ath_beacon_config()