Lines Matching defs:iwl_tx_cmd
232 struct iwl_tx_cmd { struct
233 __le16 len;
234 __le16 next_frame_len;
235 __le32 tx_flags;
236 struct {
240 } scratch; /* DRAM_SCRATCH_API_U_VER_1 */
241 __le32 rate_n_flags;
242 u8 sta_id;
243 u8 sec_ctl;
244 u8 initial_rate_index;
245 u8 reserved2;
246 u8 key[16];
247 __le32 reserved3;
248 __le32 life_time;
249 __le32 dram_lsb_ptr;
250 u8 dram_msb_ptr;
251 u8 rts_retry_limit;
252 u8 data_retry_limit;
253 u8 tid_tspec;
254 __le16 pm_frame_timeout;
255 __le16 reserved4;
256 u8 payload[0];
257 struct ieee80211_hdr hdr[0];