Home
last modified time | relevance | path

Searched refs:IS_HT_RATE (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/ath/
Dif_ath_tx_ht.c171 #define IS_HT_RATE(_rate) ((_rate) & 0x80) macro
241 if ((! IS_HT_RATE(rate)) && bf->bf_state.bfs_shpream) in ath_tx_rate_fill_rcflags()
254 if (IS_HT_RATE(rate)) { in ath_tx_rate_fill_rcflags()
/freebsd-10-stable/sys/net80211/
Dieee80211_phy.c591 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) macro
619 #undef IS_HT_RATE
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah.c277 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) macro
292 if (! IS_HT_RATE(rc)) in ath_hal_pkt_txtime()
356 if (IS_HT_RATE(rates->info[rateix].rateCode)) in ath_hal_computetxtime()