Searched refs:is_ht40 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h134 int long_retries, int is_ht40)
218 is_ht40, 0);
229 is_ht40, 0);
131 calc_usecs_unicast_packet(struct ath_softc *sc, int length, int rix, int short_retries, int long_retries, int is_ht40) argument
H A Dsample.c729 int is_ht40 = (an->an_node.ni_chw == 40); local
735 MIN(tries0, tries) - 1, is_ht40);
742 MIN(tries1 + tries_so_far, tries) - tries_so_far - 1, is_ht40);
750 MIN(tries2 + tries_so_far, tries) - tries_so_far - 1, is_ht40);
758 MIN(tries3 + tries_so_far, tries) - tries_so_far - 1, is_ht40);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c567 HAL_BOOL is_ht40 = AH_FALSE; local
573 is_ht40 = IEEE80211_IS_CHAN_HT40(chan);
601 if (is_ht40)
606 if (is_ht40)
H A Dar5416_xmit.c159 ar5416RateToRateTable(struct ath_hal *ah, uint8_t rate, HAL_BOOL is_ht40) argument
207 if ((rate & 0x80) && is_ht40) {
225 uint16_t txPower, HAL_BOOL is_ht40)
237 if (is_ht40)
279 max_txpower = ar5416RateToRateTable(ah, rate, is_ht40);
282 "rate = 0x%x , is_ht40 = %d\n",
287 is_ht40);
224 ar5416GetTxRatePower(struct ath_hal *ah, uint8_t rate, uint8_t tx_chainmask, uint16_t txPower, HAL_BOOL is_ht40) argument
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c56 int is_ht40 = 0; local
80 is_ht40 = 1;
98 if (is_ht40) {
106 if (is_ht40) {
141 if (is_ht40) {
203 __func__, is_2g, is_ht40, am_mask);
448 int is_ht40 = 0; local
452 is_ht40 = 1;
497 if (is_ht40) {
503 if (is_ht40) {
[all...]

Completed in 130 milliseconds