Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
560 struct ath_softc { struct561 struct ieee80211com sc_ic;562 struct ath_stats sc_stats; /* device statistics */563 struct ath_tx_aggr_stats sc_aggr_stats;564 struct ath_intr_stats sc_intr_stats;565 uint64_t sc_debug;566 uint64_t sc_ktrdebug;567 int sc_nvaps; /* # vaps */568 int sc_nstavaps; /* # station vaps */569 int sc_nmeshvaps; /* # mbss vaps */[all …]