ath_softc
struct ath_softc *sc = &csc->sc_ath;
struct ath_softc *sc = &csc->sc_ath;
ath_cardbus_enable(struct ath_softc *sc)
ath_cardbus_disable(struct ath_softc *sc)
ath_cardbus_power(struct ath_softc *sc, int why)
struct ath_softc sc_ath;
int ath_cardbus_enable(struct ath_softc *);
void ath_cardbus_disable(struct ath_softc *);
void ath_cardbus_power(struct ath_softc *, int);
struct ath_softc *sc = (struct ath_softc *)arg;
ath_initkeytable(struct ath_softc *sc)
void ath_beacon_config(struct ath_softc *);
int ath_desc_alloc(struct ath_softc *);
void ath_desc_free(struct ath_softc *);
ath_mcastfilter_compute(struct ath_softc *sc, u_int32_t (*mfilt)[2])
int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
ath_calcrxfilter(struct ath_softc *sc)
int ath_tx_start(struct ath_softc *, struct ieee80211_node *,
ath_mode_init(struct ath_softc *sc)
int ath_chan_set(struct ath_softc *, struct ieee80211_node *);
void ath_draintxq(struct ath_softc *);
void ath_stoprecv(struct ath_softc *);
ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_node *ni)
int ath_startrecv(struct ath_softc *);
int ath_set_slot_time(struct ath_softc *);
void ath_ledstate(struct ath_softc *, enum ieee80211_state);
int ath_getchannels(struct ath_softc *, HAL_BOOL outdoor,
int ath_rate_setup(struct ath_softc *sc, u_int mode);
struct ath_softc *sc = arg;
void ath_setcurmode(struct ath_softc *, enum ieee80211_phymode);
ath_beacon_free(struct ath_softc *sc)
ath_beacon_config(struct ath_softc *sc)
void ath_disable(struct ath_softc *);
int ath_gpio_attach(struct ath_softc *, u_int16_t);
ath_desc_alloc(struct ath_softc *sc)
ath_desc_free(struct ath_softc *sc)
struct ath_softc *sc = (struct ath_softc *)self;
struct ath_softc *sc = ic->ic_if.if_softc;
struct ath_softc *sc = ic->ic_if.if_softc;
ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
struct ath_softc *sc = arg;
ath_enable(struct ath_softc *sc)
ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni,
ath_disable(struct ath_softc *sc)
ath_attach(u_int16_t devid, struct ath_softc *sc)
struct ath_softc *sc = arg;
ath_draintxq(struct ath_softc *sc)
ath_stoprecv(struct ath_softc *sc)
ath_startrecv(struct ath_softc *sc)
ath_chan_set(struct ath_softc *sc, struct ieee80211_node *ni)
struct ath_softc *sc = arg;
ath_set_slot_time(struct ath_softc *sc)
struct ath_softc *sc = arg;
ath_ledstate(struct ath_softc *sc, enum ieee80211_state state)
struct ath_softc *sc = ifp->if_softc;
struct ath_softc *sc = (struct ath_softc*)ic->ic_softc;
ath_getchannels(struct ath_softc *sc, HAL_BOOL outdoor, HAL_BOOL xchanmode)
ath_rate_setup(struct ath_softc *sc, u_int mode)
ath_setcurmode(struct ath_softc *sc, enum ieee80211_phymode mode)
struct ath_softc *sc = (struct ath_softc *)arg;
ath_gpio_attach(struct ath_softc *sc, u_int16_t devid)
struct ath_softc *sc = arg;
struct ath_softc *sc = arg;
struct ath_softc *sc = arg;
ath_detach(struct ath_softc *sc, int flags)
return ath_intr1((struct ath_softc *)arg);
ath_intr1(struct ath_softc *sc)
struct ath_softc *sc = arg;
struct ath_softc *sc = arg;
struct ath_softc *sc = arg;
return ath_init1((struct ath_softc *)ifp->if_softc);
ath_init1(struct ath_softc *sc)
struct ath_softc *sc = ifp->if_softc;
ath_reset(struct ath_softc *sc, int full)
struct ath_softc *sc = ifp->if_softc;
int ath_init1(struct ath_softc *);
int ath_intr1(struct ath_softc *);
void ath_reset(struct ath_softc *, int);
int ath_initkeytable(struct ath_softc *);
struct ath_softc *sc = ifp->if_softc;
void ath_mcastfilter_compute(struct ath_softc *, u_int32_t (*)[2]);
struct ath_softc *sc = ifp->if_softc;
u_int32_t ath_calcrxfilter(struct ath_softc *);
void ath_mode_init(struct ath_softc *);
int ath_beacon_alloc(struct ath_softc *, struct ieee80211_node *);
void ath_beacon_free(struct ath_softc *);
int (*sc_enable)(struct ath_softc *);
void (*sc_disable)(struct ath_softc *);
void (*sc_power)(struct ath_softc *, int);
int ath_attach(u_int16_t, struct ath_softc *);
int ath_detach(struct ath_softc *, int);
int ath_enable(struct ath_softc *);
int ath_enable(struct ath_softc *);
struct ath_softc *sc = &psc->sc_sc;
struct ath_softc *sc = &psc->sc_sc;
struct ath_softc sc_sc;