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