Searched defs:rt2661_softc (Results 1 – 1 of 1) sorted by relevance
98 struct rt2661_softc { struct99 struct ieee80211com sc_ic;100 struct ieee80211_ratectl_tx_status sc_txs;101 struct mtx sc_mtx;102 struct mbufq sc_snd;103 device_t sc_dev;104 bus_space_tag_t sc_st;105 bus_space_handle_t sc_sh;107 struct callout watchdog_ch;109 int sc_tx_timer;[all …]