Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69e92131 authored by Eran Harary's avatar Eran Harary Committed by Emmanuel Grumbach
Browse files

iwlwifi: move CPU1_CPU2_SEPARATOR_SECTION to iwl-fw.h



This define is related to the firmware packaging and is
needed by more than one transport.

Signed-off-by: default avatarEran Harary <eran.harary@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent e69140e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -188,6 +188,7 @@ enum iwl_ucode_sec {
#define IWL_UCODE_SECTION_MAX 12
#define IWL_API_ARRAY_SIZE	1
#define IWL_CAPABILITIES_ARRAY_SIZE	1
#define CPU1_CPU2_SEPARATOR_SECTION	0xFFFFCCCC

struct iwl_ucode_capabilities {
	u32 max_probe_length;
+0 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@ static void iwl_pcie_set_pwr(struct iwl_trans *trans, bool vaux)

/* PCI registers */
#define PCI_CFG_RETRY_TIMEOUT	0x041
#define CPU1_CPU2_SEPARATOR_SECTION	0xFFFFCCCC

static void iwl_pcie_apm_config(struct iwl_trans *trans)
{