Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_phy.c370 #define CCK_PLCP_BITS 48 macro
412 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
/freebsd-9-stable/tools/tools/net80211/wlantxtime/
Dwlantxtime.c299 #define CCK_PLCP_BITS 48 macro
348 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ieee80211_compute_duration()
/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah_internal.h784 #define CCK_PLCP_BITS 48 macro
Dah.c340 phyTime = CCK_PREAMBLE_BITS + CCK_PLCP_BITS; in ath_hal_computetxtime()