Searched defs:arn_softc (Results 1 – 1 of 1) sorted by relevance
843 struct arn_softc { struct844 ieee80211com_t sc_isc; /* IEEE 802.11 common */845 dev_info_t *sc_dev; /* back pointer to dev_info_t */846 ddi_taskq_t *sc_tq; /* private task queue */847 struct ath_hal *sc_ah;848 struct ath_config sc_config;849 caddr_t mem;851 uint8_t sc_isrunning; /* device is operational */852 uint8_t sc_mrretry; /* multi-rate retry support */853 uint8_t sc_have11g; /* have 11g support */[all …]