Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_rumvar.h110 struct rum_softc { struct
111 struct ieee80211com sc_ic;
112 struct ieee80211_ratectl_tx_stats sc_txs;
113 struct mbufq sc_snd;
114 device_t sc_dev;
115 struct usb_device *sc_udev;
117 struct usb_xfer *sc_xfer[RUM_N_TRANSFER];
119 uint8_t rf_rev;
120 uint8_t rffreq;
122 struct rum_tx_data tx_data[RUM_TX_LIST_COUNT];
[all …]