Lines Matching defs:ural_softc
89 struct ural_softc { struct
90 struct ieee80211com sc_ic;
91 struct ieee80211_ratectl_tx_stats sc_txs;
92 struct mbufq sc_snd;
93 device_t sc_dev;
94 struct usb_device *sc_udev;
96 uint32_t asic_rev;
97 uint8_t rf_rev;
99 struct usb_xfer *sc_xfer[URAL_N_TRANSFER];
101 struct ural_tx_data tx_data[RAL_TX_LIST_COUNT];
102 ural_txdhead tx_q;
103 ural_txdhead tx_free;
104 int tx_nfree;
105 struct ural_rx_desc sc_rx_desc;
107 struct mtx sc_mtx;
109 uint16_t sta[11];
110 uint32_t rf_regs[4];
111 uint8_t txpow[14];
112 u_int sc_detached:1,
113 sc_running:1;
115 uint8_t sc_bssid[IEEE80211_ADDR_LEN];
117 struct {
120 } __packed bbp_prom[16];
122 int led_mode;
123 int hw_radio;
124 int rx_ant;
125 int tx_ant;
126 int nb_ant;
128 struct ural_rx_radiotap_header sc_rxtap;
129 struct ural_tx_radiotap_header sc_txtap;