Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/arn/
H A Darn_beacon.c354 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration); in arn_beacon_config()
H A Darn_core.h707 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro