Lines Matching defs:zd_mac
181 struct zd_mac { struct
182 struct zd_chip chip;
183 spinlock_t lock;
184 spinlock_t intr_lock;
185 struct ieee80211_hw *hw;
186 struct ieee80211_vif *vif;
187 struct housekeeping housekeeping;
188 struct beacon beacon;
189 struct work_struct set_rts_cts_work;
190 struct work_struct process_intr;
191 struct zd_mc_hash multicast_hash;
192 u8 intr_buffer[USB_MAX_EP_INT_BUFFER];
193 u8 regdomain;
194 u8 default_regdomain;
195 u8 channel;
196 int type;
197 int associated;
198 unsigned long flags;
199 struct sk_buff_head ack_wait_queue;
200 struct ieee80211_channel channels[14];
201 struct ieee80211_rate rates[12];
202 struct ieee80211_supported_band band;
205 unsigned int short_preamble:1;
208 unsigned int pass_failed_fcs:1;
211 unsigned int pass_ctrl:1;
214 unsigned int ack_pending:1;
217 int ack_signal;