diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-fw.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-fw.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-fw.h b/drivers/net/wireless/iwlwifi/iwl-fw.h index 6bdae0e9dd78..87b66a821ec8 100644 --- a/drivers/net/wireless/iwlwifi/iwl-fw.h +++ b/drivers/net/wireless/iwlwifi/iwl-fw.h | |||
@@ -154,7 +154,8 @@ enum iwl_ucode_sec { | |||
154 | * For 16.0 uCode and above, there is no differentiation between sections, | 154 | * For 16.0 uCode and above, there is no differentiation between sections, |
155 | * just an offset to the HW address. | 155 | * just an offset to the HW address. |
156 | */ | 156 | */ |
157 | #define IWL_UCODE_SECTION_MAX 4 | 157 | #define IWL_UCODE_SECTION_MAX 6 |
158 | #define IWL_UCODE_FIRST_SECTION_OF_SECOND_CPU (IWL_UCODE_SECTION_MAX/2) | ||
158 | 159 | ||
159 | struct iwl_ucode_capabilities { | 160 | struct iwl_ucode_capabilities { |
160 | u32 max_probe_length; | 161 | u32 max_probe_length; |
@@ -171,6 +172,8 @@ struct fw_desc { | |||
171 | 172 | ||
172 | struct fw_img { | 173 | struct fw_img { |
173 | struct fw_desc sec[IWL_UCODE_SECTION_MAX]; | 174 | struct fw_desc sec[IWL_UCODE_SECTION_MAX]; |
175 | bool is_secure; | ||
176 | bool is_dual_cpus; | ||
174 | }; | 177 | }; |
175 | 178 | ||
176 | /* uCode version contains 4 values: Major/Minor/API/Serial */ | 179 | /* uCode version contains 4 values: Major/Minor/API/Serial */ |