Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dhtc_drv_beacon.c119 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration); in ath9k_htc_beacon_config_sta()
Dhtc.h41 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro
Dath9k.h369 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro
Dbeacon.c620 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration); in ath_beacon_config_sta()