Searched defs:urtwn_softc (Results 1 – 1 of 1) sorted by relevance
150 struct urtwn_softc { struct151 struct ieee80211com sc_ic;175 void (*sc_rf_write)(struct urtwn_softc *, argument177 int (*sc_power_on)(struct urtwn_softc *); argument178 void (*sc_power_off)(struct urtwn_softc *); argument180 struct ieee80211_node *node_list[R88E_MACID_MAX + 1];182 struct lock nt_mtx;184 struct mtx nt_mtx;187 uint8_t board_type;188 uint8_t regulatory;[all …]