Searched defs:iwi_softc (Results 1 – 1 of 1) sorted by relevance
115 struct iwi_softc { struct116 device_t sc_dev;117 struct ethercom sc_ec;118 struct ieee80211com sc_ic;119 int (*sc_newstate)(struct ieee80211com *,121 void (*sc_node_free)(struct ieee80211_node *);123 uint32_t sc_unr;125 struct iwi_firmware fw;126 const char *sc_fwname;127 char *sc_blob;[all …]