ath_hal_rf
extern struct ath_hal_rf RF2413_rf;
extern struct ath_hal_rf RF2425_rf;
extern struct ath_hal_rf RF5111_rf;
extern struct ath_hal_rf RF5112_rf;
extern struct ath_hal_rf RF5413_rf;
extern struct ath_hal_rf RF2133_rf;
extern struct ath_hal_rf RF9280_rf;
extern struct ath_hal_rf RF9285_rf;
extern struct ath_hal_rf RF9287_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;