iwlwifi: set max firmware version of 7265 to 17
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 4 Jan 2016 08:19:17 +0000 (10:19 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 7 Jan 2016 17:01:26 +0000 (19:01 +0200)
Just like 7260, 7265 will not have firmware releases newer
than iwlwifi-7265-17.ucode. 7265D is still supported in
latest firmware releases.

Fixes: 628a2918afe4 ("iwlwifi: separate firmware version for 7260 devices")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-7000.c

index fd9064b..d15117c 100644 (file)
@@ -72,7 +72,7 @@
 
 /* Highest firmware API version supported */
 #define IWL7260_UCODE_API_MAX  17
-#define IWL7265_UCODE_API_MAX  19
+#define IWL7265_UCODE_API_MAX  17
 #define IWL7265D_UCODE_API_MAX 19
 
 /* Oldest version we won't warn about */