mirror of https://gitee.com/openkylin/linux.git
iwlwifi: set max firmware version of 7265 to 17
Just like 7260, 7265 will not have firmware releases newer
than iwlwifi-7265-17.ucode. 7265D is still supported in
latest firmware releases.
Fixes: 628a2918af
("iwlwifi: separate firmware version for 7260 devices")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:
parent
4ca87a5f58
commit
ed0450cef0
|
@ -72,7 +72,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 */
|
||||||
|
|
Loading…
Reference in New Issue