sample_softc
struct sample_softc *ssc = arg1;
struct sample_softc *ssc = arg1;
ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *ssc)
struct sample_softc *ssc;
ssc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_NOWAIT|M_ZERO);
struct sample_softc *ssc = (struct sample_softc *) arc;
pick_sample_rate(struct sample_softc *ssc , struct ath_node *an,
struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc);
struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc);
#define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)