Home
last modified time | relevance | path

Searched refs:shortPreamble (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_rate.c85 an->an_tx_mgtratesp = an->an_tx_mgtrate | rt->info[0].shortPreamble; in ath_rate_update()
102 rt->info[an->an_tx_rix0].shortPreamble; in ath_rate_update()
117 rt->info[rix].shortPreamble; in ath_rate_update()
126 rt->info[rix].shortPreamble; in ath_rate_update()
133 an->an_tx_mgtrate | rt->info[0].shortPreamble; in ath_rate_update()
H A Dath_main.c682 HAL_BOOL shortPreamble; in ath_tx_start() local
758 shortPreamble = AH_TRUE; in ath_tx_start()
761 shortPreamble = AH_FALSE; in ath_tx_start()
783 if (shortPreamble) in ath_tx_start()
795 if (shortPreamble) in ath_tx_start()
806 if (shortPreamble) in ath_tx_start()
839 rix, shortPreamble); in ath_tx_start()
856 if (shortPreamble) in ath_tx_start()
857 ctsrate |= rt->info[cix].shortPreamble; in ath_tx_start()
866 rt, IEEE80211_ACK_SIZE, cix, shortPreamble); in ath_tx_start()
[all …]
H A Dath_hal.h588 uint8_t shortPreamble; member
1095 uint16_t rateix, HAL_BOOL shortPreamble);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1256 int width, int half_gi, boolean_t shortPreamble) in ath_pkt_duration() argument
1269 rix, shortPreamble)); in ath_pkt_duration()
1867 boolean_t shortPreamble, is_padding = B_FALSE; in arn_tx_start() local
2011 txq->axq_qnum, shortPreamble, *(uint16_t *)wh->i_dur)); in arn_tx_start()
H A Darn_ath9k.h849 boolean_t shortPreamble);
H A Darn_hw.c168 boolean_t shortPreamble) in ath9k_hw_computetxtime() argument
181 if (shortPreamble && rates->info[rateix].short_preamble) in ath9k_hw_computetxtime()