Searched defs:iwm_softc (Results 1 – 1 of 1) sorted by relevance
473 struct iwm_softc { struct474 struct device sc_dev;475 struct ieee80211com sc_ic;476 int (*sc_newstate)(struct ieee80211com *, enum ieee80211_state, int);477 int sc_newstate_pending;478 int attached;480 struct ieee80211_amrr sc_amrr;481 struct timeout sc_calib_to;482 struct timeout sc_led_blink_to;484 struct task init_task; /* NB: not reference-counted */[all …]