Home
last modified time | relevance | path

Searched defs:iwl_tx_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-tx.h232 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;
[all …]
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dcommands.h1243 struct iwl_tx_cmd { struct
1254 __le16 len;
1261 __le16 next_frame_len;
1263 __le32 tx_flags; /* TX_CMD_FLG_* */
1267 struct iwl_dram_scratch scratch;
1270 __le32 rate_n_flags; /* RATE_MCS_* */
1273 u8 sta_id;
1276 u8 sec_ctl; /* TX_CMD_SEC_* */
1285 u8 initial_rate_index;
1286 u8 reserved;
[all …]