]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
iwlwifi: move CPU1_CPU2_SEPARATOR_SECTION to iwl-fw.h
authorEran Harary <eran.harary@intel.com>
Tue, 25 Mar 2014 06:45:24 +0000 (08:45 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 13 Apr 2014 06:35:55 +0000 (09:35 +0300)
This define is related to the firmware packaging and is
needed by more than one transport.

Signed-off-by: Eran Harary <eran.harary@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-fw.h
drivers/net/wireless/iwlwifi/pcie/trans.c

index de709197fcf107cf0d8303db56845e6a91631dea..f7ea9c08c26a70368a8bc8ca56401acab8e29089 100644 (file)
@@ -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;
index 97e6bd8268803bc021f705d311c9307333de2549..2548f49fedb1ceb6313b5f6efebbaf2f9da5c812 100644 (file)
@@ -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)
 {