Lines Matching defs:zd_mac
169 struct zd_mac { struct
170 struct zd_chip chip;
171 spinlock_t lock;
172 spinlock_t intr_lock;
173 struct ieee80211_hw *hw;
174 struct ieee80211_vif *vif;
175 struct housekeeping housekeeping;
176 struct beacon beacon;
177 struct work_struct set_rts_cts_work;
178 struct work_struct process_intr;
179 struct zd_mc_hash multicast_hash;
180 u8 intr_buffer[USB_MAX_EP_INT_BUFFER];
181 u8 regdomain;
182 u8 default_regdomain;
183 u8 channel;
184 int type;
185 int associated;
186 unsigned long flags;
187 struct sk_buff_head ack_wait_queue;
188 struct ieee80211_channel channels[14];
189 struct ieee80211_rate rates[12];
190 struct ieee80211_supported_band band;
193 unsigned int short_preamble:1;
196 unsigned int pass_failed_fcs:1;
199 unsigned int pass_ctrl:1;
202 unsigned int ack_pending:1;
205 int ack_signal;