]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
iwlwifi: mvm: freeze 7265D and 3168 on API version 29
authorDor Shaish <dor.shaish@intel.com>
Mon, 20 Feb 2017 14:05:57 +0000 (16:05 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 25 Apr 2017 19:35:31 +0000 (22:35 +0300)
iwl7265D and iwl3168 are frozen on API version 29.
Set the MAX API allowed level to 29 from now on.

Signed-off-by: Dor Shaish <dor.shaish@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-7000.c

index aeefd42d23ad4d99689dbc308ca1d4af84745912..3b3e076571d6d7089ae2df09d2dfbd2008cf81e4 100644 (file)
@@ -73,8 +73,8 @@
 /* Highest firmware API version supported */
 #define IWL7260_UCODE_API_MAX  17
 #define IWL7265_UCODE_API_MAX  17
-#define IWL7265D_UCODE_API_MAX 30
-#define IWL3168_UCODE_API_MAX  30
+#define IWL7265D_UCODE_API_MAX 29
+#define IWL3168_UCODE_API_MAX  29
 
 /* Lowest firmware API version supported */
 #define IWL7260_UCODE_API_MIN  17