diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-06-10 09:58:13 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-06-13 06:06:27 -0400 |
commit | bc888f4078d549792e7b10a886f98271d5ad432b (patch) | |
tree | 82556dfc4435dac7124a23984ffff41d21052a66 /drivers/net/wireless/iwlwifi/mvm/fw-api-tx.h | |
parent | 51cd53ad120f33410c48fd0d696e6f6255c8e780 (diff) |
iwlwifi: mvm: mark scratch area in TX command
Give the scratch area a sub structure so it's marked
explicitly and it is obvious which part it is.
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/fw-api-tx.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/fw-api-tx.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/fw-api-tx.h b/drivers/net/wireless/iwlwifi/mvm/fw-api-tx.h index 6994232f5726..700cce731770 100644 --- a/drivers/net/wireless/iwlwifi/mvm/fw-api-tx.h +++ b/drivers/net/wireless/iwlwifi/mvm/fw-api-tx.h | |||
@@ -228,10 +228,11 @@ struct iwl_tx_cmd { | |||
228 | __le16 len; | 228 | __le16 len; |
229 | __le16 next_frame_len; | 229 | __le16 next_frame_len; |
230 | __le32 tx_flags; | 230 | __le32 tx_flags; |
231 | /* DRAM_SCRATCH_API_U_VER_1 */ | 231 | struct { |
232 | u8 try_cnt; | 232 | u8 try_cnt; |
233 | u8 btkill_cnt; | 233 | u8 btkill_cnt; |
234 | __le16 reserved; | 234 | __le16 reserved; |
235 | } scratch; /* DRAM_SCRATCH_API_U_VER_1 */ | ||
235 | __le32 rate_n_flags; | 236 | __le32 rate_n_flags; |
236 | u8 sta_id; | 237 | u8 sta_id; |
237 | u8 sec_ctl; | 238 | u8 sec_ctl; |