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

Commit 3c1f84a1 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Luciano Coelho
Browse files

iwlwifi: mvm: don't load -12.ucode anymore



-13.ucode has been published long ago. Deprecate old
versions of the firmware.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarLuciano Coelho <luciano.coelho@intel.com>
parent cfe417bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,11 +72,11 @@
#define IWL7260_UCODE_API_MAX	17

/* Oldest version we won't warn about */
#define IWL7260_UCODE_API_OK	12
#define IWL7260_UCODE_API_OK	13
#define IWL3165_UCODE_API_OK	13

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

/* NVM versions */
+2 −2
Original line number Diff line number Diff line
@@ -72,10 +72,10 @@
#define IWL8000_UCODE_API_MAX	17

/* Oldest version we won't warn about */
#define IWL8000_UCODE_API_OK	12
#define IWL8000_UCODE_API_OK	13

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

/* NVM versions */
#define IWL8000_NVM_VERSION		0x0a1d