diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index 2a924c10ff93..972c4542e5bc 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -505,7 +505,7 @@ struct fw_desc { | |||
505 | 505 | ||
506 | /* uCode file layout */ | 506 | /* uCode file layout */ |
507 | struct iwl3945_ucode { | 507 | struct iwl3945_ucode { |
508 | __le32 ver; /* major/minor/subminor */ | 508 | __le32 ver; /* major/minor/API/serial */ |
509 | __le32 inst_size; /* bytes of runtime instructions */ | 509 | __le32 inst_size; /* bytes of runtime instructions */ |
510 | __le32 data_size; /* bytes of runtime data */ | 510 | __le32 data_size; /* bytes of runtime data */ |
511 | __le32 init_size; /* bytes of initialization instructions */ | 511 | __le32 init_size; /* bytes of initialization instructions */ |
@@ -762,6 +762,8 @@ struct iwl3945_priv { | |||
762 | void __iomem *hw_base; | 762 | void __iomem *hw_base; |
763 | 763 | ||
764 | /* uCode images, save to reload in case of failure */ | 764 | /* uCode images, save to reload in case of failure */ |
765 | u32 ucode_ver; /* ucode version, copy of | ||
766 | iwl3945_ucode.ver */ | ||
765 | struct fw_desc ucode_code; /* runtime inst */ | 767 | struct fw_desc ucode_code; /* runtime inst */ |
766 | struct fw_desc ucode_data; /* runtime data original */ | 768 | struct fw_desc ucode_data; /* runtime data original */ |
767 | struct fw_desc ucode_data_backup; /* runtime data save/restore */ | 769 | struct fw_desc ucode_data_backup; /* runtime data save/restore */ |