iwlwifi: mvm: don't load -12.ucode anymore
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 26 Aug 2015 10:48:55 +0000 (13:48 +0300)
committerLuciano Coelho <luciano.coelho@intel.com>
Fri, 28 Aug 2015 10:26:36 +0000 (13:26 +0300)
-13.ucode has been published long ago. Deprecate old
versions of the firmware.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
drivers/net/wireless/iwlwifi/iwl-7000.c
drivers/net/wireless/iwlwifi/iwl-8000.c

index 6951aba..22c2430 100644 (file)
 #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 */
index 197abe4..6efef46 100644 (file)
 #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