Home
last modified time | relevance | path

Searched refs:IEEE80211_T_HT (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/ath/ath_rate/sample/
HDsample.c147 return rt->info[rix].phy == IEEE80211_T_HT ? in dot11rate()
156 return rt->info[rix].phy == IEEE80211_T_HT ? "MCS" : "Mb "; in dot11rate_label()
181 (rt->info[rix].phy != IEEE80211_T_HT)) { in pick_best_rate()
295 (rt->info[rix].phy != IEEE80211_T_HT)) { in pick_sample_rate()
410 if (rt->info[rix].phy == IEEE80211_T_HT) in ath_rate_pick_seed_rate_legacy()
452 if (rt->info[rix].phy == IEEE80211_T_HT) in ath_rate_pick_seed_rate_ht()
456 if (rt->info[rix].phy != IEEE80211_T_HT) in ath_rate_pick_seed_rate_ht()
628 …an->an_node.ni_txrate = (rt->info[best_rix].phy == IEEE80211_T_HT) ? MCS(best_rix) : DOT11RATE(be… in ath_rate_findrate()
1212 if (rt->info[y].phy == IEEE80211_T_HT) in ath_rate_fetch_node_stats()
HDsample.h172 case IEEE80211_T_HT: in calc_usecs_unicast_packet()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_phy.c29 #define HT IEEE80211_T_HT
/NextBSD/sys/net80211/
HDieee80211_phy.c67 #define HT IEEE80211_T_HT
322 if (rt->info[i].phy == IEEE80211_T_HT) { in ieee80211_setup_ratetable()
HD_ieee80211.h45 IEEE80211_T_HT, /* high throughput */ enumerator
/NextBSD/sys/dev/ath/
HDif_ath_ioctl.c268 if (rt->info[sc->sc_txrix].phy & IEEE80211_T_HT) in ath_ioctl()
HDif_ath_tx.c1079 rt->info[rix].phy == IEEE80211_T_HT && in ath_tx_calc_protection()
1185 if (rt->info[cix].phy == IEEE80211_T_HT) { in ath_tx_calc_ctsduration()
HDif_ath.c6027 if (rt->info[i].phy != IEEE80211_T_HT) in ath_setcurmode()
6041 if (rt->info[i].phy == IEEE80211_T_HT) in ath_setcurmode()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_phy.c29 #define HT IEEE80211_T_HT