Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dhtc.h42 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro
Dhtc_drv_beacon.c163 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration); in ath9k_htc_beacon_config_sta()
Dath9k.h381 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro
Dbeacon.c563 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration); in ath9k_beacon_config_sta()