Home
last modified time | relevance | path

Searched refs:ah_tx_chainmaskopt (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c2571 tx_chainmask = ahp->ah_tx_chainmaskopt ? in ar9300_eeprom_set_power_per_rate_table()
2572 ahp->ah_tx_chainmaskopt :ahp->ah_tx_chainmask; in ar9300_eeprom_set_power_per_rate_table()
3157 switch (ar9300_get_ntxchains(((ahp->ah_tx_chainmaskopt > 0) ? in ar9300_eeprom_set_transmit_power()
3158 ahp->ah_tx_chainmaskopt : ahp->ah_tx_chainmask))) in ar9300_eeprom_set_transmit_power()
H A Dar9300_misc.c3924 ahp->ah_tx_chainmaskopt = 0; in ar9300_set_txchainmaskopt()
3929 ahp->ah_tx_chainmaskopt = mask; in ar9300_set_txchainmaskopt()
H A Dar9300.h572 u_int8_t ah_tx_chainmaskopt; member
H A Dar9300_attach.c866 ahp->ah_tx_chainmaskopt = 0; in ar9300_attach()