Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon.h50 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro
H A Dcommon-beacon.c100 bs->bs_sleepduration = TU_TO_USEC(roundup(IEEE80211_MS_TO_TU(100), in ath9k_cmn_beacon_config_sta()