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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c111 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration);
H A Dhtc.h40 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro
H A Dath9k.h380 #define IEEE80211_MS_TO_TU(x) (((x) * 1000) / 1024) macro
H A Dbeacon.c609 bs.bs_sleepduration = roundup(IEEE80211_MS_TO_TU(100), sleepduration);

Completed in 91 milliseconds