Searched refs:IEEE80211_T_HT (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c29 #define HT IEEE80211_T_HT
/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h158 case IEEE80211_T_HT:
H A Dsample.c149 return rt->info[rix].phy == IEEE80211_T_HT ?
156 return rt->info[rix].phy == IEEE80211_T_HT ? "MCS" : "Mb ";
180 (rt->info[rix].phy != IEEE80211_T_HT)) {
237 (rt->info[rix].phy != IEEE80211_T_HT)) {
424 an->an_node.ni_txrate = (rt->info[best_rix].phy == IEEE80211_T_HT) ? MCS(best_rix) : DOT11RATE(best_rix);
/freebsd-9.3-release/sys/net80211/
H A D_ieee80211.h45 IEEE80211_T_HT, /* high throughput */ enumerator in enum:ieee80211_phytype
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c457 if (rt->info[cix].phy == IEEE80211_T_HT) {
715 rt->info[rix].phy == IEEE80211_T_HT &&
H A Dif_ath.c5234 if (rt->info[i].phy != IEEE80211_T_HT)
5248 if (rt->info[i].phy == IEEE80211_T_HT)
5422 if (rt->info[sc->sc_txrix].phy & IEEE80211_T_HT)

Completed in 181 milliseconds