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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h135 int long_retries, int is_ht40)
218 is_ht40, 0, 1);
229 is_ht40, 0, 1);
132 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.c184 int is_ht40 = (an->an_node.ni_chw == 40); local
186 int idx = is_ht40 ? MCS_HT40 : MCS_HT20;
978 int is_ht40 = (an->an_node.ni_chw == 40); local
1009 0 /* short_tries */, MIN(tries0, tries) - 1, is_ht40);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c569 HAL_BOOL is_ht40 = AH_FALSE; local
575 is_ht40 = IEEE80211_IS_CHAN_HT40(chan);
603 if (is_ht40)
608 if (is_ht40)
H A Dar5416_xmit.c161 ar5416RateToRateTable(struct ath_hal *ah, uint8_t rate, HAL_BOOL is_ht40) argument
209 if ((rate & 0x80) && is_ht40) {
227 uint16_t txPower, HAL_BOOL is_ht40)
239 if (is_ht40)
280 max_txpower = ar5416RateToRateTable(ah, rate, is_ht40);
283 "rate = 0x%x , is_ht40 = %d\n",
288 is_ht40);
226 ar5416GetTxRatePower(struct ath_hal *ah, uint8_t rate, uint8_t tx_chainmask, uint16_t txPower, HAL_BOOL is_ht40) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/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 440 milliseconds