Searched defs:ath_softc (Results 1 – 1 of 1) sorted by relevance
569 struct ath_softc { struct570 struct ieee80211com sc_ic;571 struct ath_stats sc_stats; /* device statistics */572 struct ath_tx_aggr_stats sc_aggr_stats;573 struct ath_intr_stats sc_intr_stats;574 uint64_t sc_debug;575 uint64_t sc_ktrdebug;576 int sc_nvaps; /* # vaps */577 int sc_nstavaps; /* # station vaps */578 int sc_nmeshvaps; /* # mbss vaps */[all …]