ath_hal_rf
OS_SET_DECLARE(ah_rfs, struct ath_hal_rf);
TAILQ_HEAD(, ath_hal_rf) ah_rf_list = TAILQ_HEAD_INITIALIZER(ah_rf_list);
ath_hal_add_rf(struct ath_hal_rf *arf)
ath_hal_remove_rf(struct ath_hal_rf *arf)
struct ath_hal_rf *
struct ath_hal_rf * const *prf;
struct ath_hal_rf * rf;
struct ath_hal_rf *rf = *prf;
extern int ath_hal_add_rf(struct ath_hal_rf *arf);
extern int ath_hal_remove_rf(struct ath_hal_rf *arf);
TAILQ_ENTRY(ath_hal_rf) node;
struct ath_hal_rf _name##_rf = { \
struct ath_hal_rf *ath_hal_rfprobe(struct ath_hal *ah, HAL_STATUS *ecode);
struct ath_hal_rf *rf;
struct ath_hal_rf *rf;