Searched defs:iwn_softc (Results 1 – 1 of 1) sorted by relevance
194 struct iwn_softc { struct195 struct device sc_dev;197 struct ieee80211com sc_ic;198 int (*sc_newstate)(struct ieee80211com *,201 struct ieee80211_amrr amrr;202 uint8_t fixed_ridx;204 bus_dma_tag_t sc_dmat;206 struct rwlock sc_rwlock;207 u_int sc_flags;219 uint8_t hw_type;[all …]