Searched defs:shortPreamble (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c682 HAL_BOOL shortPreamble; local
758 shortPreamble = AH_TRUE;
761 shortPreamble = AH_FALSE;
783 if (shortPreamble)
795 if (shortPreamble)
806 if (shortPreamble)
839 rix, shortPreamble);
856 if (shortPreamble)
857 ctsrate |= rt->info[cix].shortPreamble;
866 rt, IEEE80211_ACK_SIZE, cix, shortPreamble);
[all...]
H A Dath_hal.h588 uint8_t shortPreamble; member in struct:__anon4902::__anon4903
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)
1269 rix, shortPreamble));
1867 boolean_t shortPreamble, is_padding = B_FALSE; local
2011 txq->axq_qnum, shortPreamble, *(uint16_t *)wh->i_dur));
1255 ath_pkt_duration(struct arn_softc *sc, uint8_t rix, struct ath_buf *bf, int width, int half_gi, boolean_t shortPreamble) argument
H A Darn_hw.c168 boolean_t shortPreamble)
181 if (shortPreamble && rates->info[rateix].short_preamble)
165 ath9k_hw_computetxtime(struct ath_hal *ah, struct ath_rate_table *rates, uint32_t frameLen, uint16_t rateix, boolean_t shortPreamble) argument

Completed in 65 milliseconds