Home
last modified time | relevance | path

Searched defs:rtwn_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Drtwnvar.h61 struct rtwn_softc { struct
63 struct rtwn_ops sc_ops;
65 struct device *sc_pdev;
66 struct ieee80211com sc_ic;
67 int (*sc_newstate)(struct ieee80211com *,
69 struct task init_task;
70 int ac2idx[EDCA_NUM_AC];
71 uint32_t sc_flags;
77 uint32_t chip;
92 uint8_t board_type;
[all …]