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

Commit 6c7d32cf authored by Sara Sharon's avatar Sara Sharon Committed by Emmanuel Grumbach
Browse files

iwlwifi: deprecate -10.ucode for 3160 / 7260 / 7265



This firmware is not supported anymore - stop loading this firmware.
Remove code handling older versions.

Signed-off-by: default avatarSara Sharon <sara.sharon@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 1738d60b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
#define IWL3165_UCODE_API_OK	13

/* Lowest firmware API version supported */
#define IWL7260_UCODE_API_MIN	10
#define IWL7260_UCODE_API_MIN	12
#define IWL3165_UCODE_API_MIN	13

/* NVM versions */
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@
#define IWL8000_UCODE_API_OK	12

/* Lowest firmware API version supported */
#define IWL8000_UCODE_API_MIN	10
#define IWL8000_UCODE_API_MIN	12

/* NVM versions */
#define IWL8000_NVM_VERSION		0x0a1d
+1 −2
Original line number Diff line number Diff line
@@ -676,7 +676,6 @@ int iwl_mvm_up(struct iwl_mvm *mvm)
		goto error;
	}

	if (IWL_UCODE_API(mvm->fw->ucode_ver) >= 10)
	iwl_mvm_get_shared_mem_conf(mvm);

	ret = iwl_mvm_sf_update(mvm, NULL, false);