if_ath_alq
if_ath_alq_start(struct if_ath_alq *alq)
if_ath_alq_stop(struct if_ath_alq *alq)
if_ath_alq_post(struct if_ath_alq *alq, uint16_t op, uint16_t len,
if_ath_alq_get(struct if_ath_alq *alq, int len)
if_ath_alq_init(struct if_ath_alq *alq, const char *devname)
if_ath_alq_setcfg(struct if_ath_alq *alq, uint32_t macVer,
if_ath_alq_tidyup(struct if_ath_alq *alq)
if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op)
extern void if_ath_alq_init(struct if_ath_alq *alq, const char *devname);
extern void if_ath_alq_setcfg(struct if_ath_alq *alq, uint32_t macVer,
extern void if_ath_alq_tidyup(struct if_ath_alq *alq);
extern int if_ath_alq_start(struct if_ath_alq *alq);
extern int if_ath_alq_stop(struct if_ath_alq *alq);
extern void if_ath_alq_post(struct if_ath_alq *alq, uint16_t op,
if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status,
struct if_ath_alq sc_alq;