Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_radar.c619 __func__, status, ahp->ah_rifs_enabled);
H A Dar9300_misc.c804 return (ahp->ah_rifs_enabled == AH_TRUE) ? HAL_OK : HAL_ENOTSUPP; in ar9300_get_capability()
2125 if (ahp->ah_rifs_enabled == AH_TRUE) { in ar9300_set_rifs_delay()
2133 ahp->ah_rifs_enabled = AH_TRUE; in ar9300_set_rifs_delay()
2136 if (ahp->ah_rifs_enabled == AH_TRUE) { in ar9300_set_rifs_delay()
2159 ahp->ah_rifs_enabled = AH_FALSE; in ar9300_set_rifs_delay()
H A Dar9300.h582 HAL_BOOL ah_rifs_enabled; member
H A Dar9300_attach.c859 ahp->ah_rifs_enabled = AH_TRUE; in ar9300_attach()
H A Dar9300_reset.c4929 ar9300_set_rifs_delay(ah, ahp->ah_rifs_enabled); in ar9300_reset()