Commit a1e7534a authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Kleber Sacilotto de Souza

iwlwifi: set max firmware version of 7265 to 17

BugLink: https://bugs.launchpad.net/bugs/1878232

commit ed0450ce upstream.

Just like 7260, 7265 will not have firmware releases newer
than iwlwifi-7265-17.ucode. 7265D is still supported in
latest firmware releases.

Fixes: 628a2918 ("iwlwifi: separate firmware version for 7260 devices")
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarIan May <ian.may@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent 00e7ce28
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL7260_UCODE_API_MAX 17 #define IWL7260_UCODE_API_MAX 17
#define IWL7265_UCODE_API_MAX 19 #define IWL7265_UCODE_API_MAX 17
#define IWL7265D_UCODE_API_MAX 19 #define IWL7265D_UCODE_API_MAX 19
/* Oldest version we won't warn about */ /* Oldest version we won't warn about */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment