Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dif_rumvar.h73 struct rum_softc { struct
74 device_t sc_dev;
75 struct ethercom sc_ec;
77 struct ieee80211com sc_ic;
78 int (*sc_newstate)(struct ieee80211com *,
81 kmutex_t sc_media_mtx; /* XXX */
83 struct usbd_device * sc_udev;
84 struct usbd_interface * sc_iface;
85 int sc_flags;
88 struct ieee80211_channel *sc_curchan;
[all …]