Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_mtwreg.h981 { 0x80, 0, IEEE80211_T_HT, 4, 60, 60 },
982 { 0x81, 1, IEEE80211_T_HT, 4, 60, 60 },
983 { 0x82, 2, IEEE80211_T_HT, 4, 60, 60 },
984 { 0x83, 3, IEEE80211_T_HT, 4, 60, 60 },
985 { 0x84, 4, IEEE80211_T_HT, 4, 60, 60 },
986 { 0x85, 5, IEEE80211_T_HT, 4, 60, 60 },
987 { 0x86, 6, IEEE80211_T_HT, 4, 60, 60 },
988 { 0x87, 7, IEEE80211_T_HT, 4, 60, 60 },
989 { 0x88, 8, IEEE80211_T_HT, 4, 60, 60 },
990 { 0x89, 9, IEEE80211_T_HT, 4, 60, 60 },
[all …]
H A Dif_run.c531 { 0x80, 0, IEEE80211_T_HT, 4, 60, 60 },
532 { 0x81, 1, IEEE80211_T_HT, 4, 60, 60 },
533 { 0x82, 2, IEEE80211_T_HT, 4, 60, 60 },
534 { 0x83, 3, IEEE80211_T_HT, 4, 60, 60 },
535 { 0x84, 4, IEEE80211_T_HT, 4, 60, 60 },
536 { 0x85, 5, IEEE80211_T_HT, 4, 60, 60 },
537 { 0x86, 6, IEEE80211_T_HT, 4, 60, 60 },
538 { 0x87, 7, IEEE80211_T_HT, 4, 60, 60 },
541 { 0x88, 8, IEEE80211_T_HT, 4, 60, 60 },
542 { 0x89, 9, IEEE80211_T_HT, 4, 60, 60 },
[all …]
H A Dif_mtw.c2989 } else if (rt2860_rates[ridx].phy == IEEE80211_T_HT) { in mtw_set_tx_desc()
3001 rt2860_rates[ridx].phy == IEEE80211_T_HT))) in mtw_set_tx_desc()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c186 if (rt->info[rix0].phy != IEEE80211_T_HT) { in ath_rate_sample_find_min_pktlength()
297 return rt->info[rix].phy == IEEE80211_T_HT ? in dot11rate()
306 return rt->info[rix].phy == IEEE80211_T_HT ? "MCS" : "Mb "; in dot11rate_label()
331 (rt->info[rix].phy != IEEE80211_T_HT)) { in pick_best_rate()
462 (rt->info[rix].phy != IEEE80211_T_HT)) { in pick_sample_rate()
589 if (rt->info[rix].phy == IEEE80211_T_HT) in ath_rate_pick_seed_rate_legacy()
631 if (rt->info[rix].phy == IEEE80211_T_HT) in ath_rate_pick_seed_rate_ht()
635 if (rt->info[rix].phy != IEEE80211_T_HT) in ath_rate_pick_seed_rate_ht()
858 if (rt->info[best_rix].phy == IEEE80211_T_HT) in ath_rate_findrate()
1480 if (rt->info[y].phy == IEEE80211_T_HT) in ath_rate_fetch_node_stats()
H A Dsample.h171 case IEEE80211_T_HT: in calc_usecs_unicast_packet()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c29 #define HT IEEE80211_T_HT
/freebsd/sys/net80211/
H A Dieee80211_phy.c67 #define HT IEEE80211_T_HT
322 if (rt->info[i].phy == IEEE80211_T_HT) { in ieee80211_setup_ratetable()
H A D_ieee80211.h45 IEEE80211_T_HT, /* high throughput */ enumerator
/freebsd/sys/dev/ath/
H A Dif_ath_ioctl.c265 if (rt->info[sc->sc_txrix].phy & IEEE80211_T_HT) in ath_ioctl()
H A Dif_ath_tx.c1100 rt->info[rix].phy == IEEE80211_T_HT && in ath_tx_calc_protection()
1208 if (rt->info[cix].phy == IEEE80211_T_HT) { in ath_tx_calc_ctsduration()
H A Dif_ath.c6508 if (rt->info[i].phy != IEEE80211_T_HT) in ath_setcurmode()
6522 if (rt->info[i].phy == IEEE80211_T_HT) in ath_setcurmode()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c29 #define HT IEEE80211_T_HT