Home
last modified time | relevance | path

Searched refs:setChannel (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
HDar9287.c375 priv->base.setChannel = ar9287SetChannel; in ar9287RfAttach()
HDar9280.c433 priv->base.setChannel = ar9280SetChannel; in ar9280RfAttach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar2133.c554 priv->base.setChannel = ar2133SetChannel; in ar2133RfAttach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5111.c702 priv->base.setChannel = ar5111SetChannel; in ar5111RfAttach()
HDar2317.c723 priv->base.setChannel = ar2317SetChannel; in ar2317RfAttach()
HDar5212.h137 HAL_BOOL (*setChannel)(struct ath_hal *, member
HDar2413.c741 priv->base.setChannel = ar2413SetChannel; in ar2413RfAttach()
HDar2316.c743 priv->base.setChannel = ar2316SetChannel; in ar2316RfAttach()
HDar2425.c704 priv->base.setChannel = ar2425SetChannel; in ar2425RfAttach()
HDar5413.c787 priv->base.setChannel = ar5413SetChannel; in ar5413RfAttach()
HDar5112.c871 priv->base.setChannel = ar5112SetChannel; in ar5112RfAttach()
HDar5212_reset.c717 if (!ahp->ah_rfHal->setChannel(ah, chan)) in ar5212SetChannel()