Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h133 int long_retries, int is_ht40) in calc_usecs_unicast_packet() argument
216 is_ht40, 0, 1); in calc_usecs_unicast_packet()
227 is_ht40, 0, 1); in calc_usecs_unicast_packet()
H A Dsample.c182 int is_ht40 = (an->an_node.ni_chw == 40); in ath_rate_sample_find_min_pktlength() local
184 int idx = is_ht40 ? MCS_HT40 : MCS_HT20; in ath_rate_sample_find_min_pktlength()
976 int is_ht40 = (an->an_node.ni_chw == 40); in update_stats() local
1007 0 /* short_tries */, MIN(tries0, tries) - 1, is_ht40); in update_stats()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c567 HAL_BOOL is_ht40 = AH_FALSE; in ar5416SetRifsDelay() local
573 is_ht40 = IEEE80211_IS_CHAN_HT40(chan); in ar5416SetRifsDelay()
601 if (is_ht40) in ar5416SetRifsDelay()
606 if (is_ht40) in ar5416SetRifsDelay()
H A Dar5416_xmit.c159 ar5416RateToRateTable(struct ath_hal *ah, uint8_t rate, HAL_BOOL is_ht40) in ar5416RateToRateTable() argument
207 if ((rate & 0x80) && is_ht40) { in ar5416RateToRateTable()
225 uint16_t txPower, HAL_BOOL is_ht40) in ar5416GetTxRatePower() argument
237 if (is_ht40) in ar5416GetTxRatePower()
278 max_txpower = ar5416RateToRateTable(ah, rate, is_ht40); in ar5416GetTxRatePower()
286 is_ht40); in ar5416GetTxRatePower()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c56 int is_ht40 = 0; in ar9300_paprd_setup_single_table() local
80 is_ht40 = 1; in ar9300_paprd_setup_single_table()
98 if (is_ht40) { in ar9300_paprd_setup_single_table()
106 if (is_ht40) { in ar9300_paprd_setup_single_table()
141 if (is_ht40) { in ar9300_paprd_setup_single_table()
203 __func__, is_2g, is_ht40, am_mask); in ar9300_paprd_setup_single_table()
448 int is_ht40 = 0; in ar9300_enable_paprd() local
452 is_ht40 = 1; in ar9300_enable_paprd()
497 if (is_ht40) { in ar9300_enable_paprd()
503 if (is_ht40) { in ar9300_enable_paprd()
[all …]