iwlwifi: bump FW API to 66 for AX devices
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 1 Sep 2021 10:14:12 +0000 (13:14 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 2 Sep 2021 16:39:57 +0000 (19:39 +0300)
Start supporting API version 66 for AX devices.

Th iwlwifi FW API is frozen every 6 weeks, so we need to bump the
newest version number that the driver supports accordingly.  In this
specific case, support for new HW will only be possible with the new
FW version.  This change still keeps backwards compatibility with
older FW API versions for existing devices.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210901101412.300012-1-luca@coelho.fi
drivers/net/wireless/intel/iwlwifi/cfg/22000.c

index 52d1d391f4c6dd8c71dceb508d71c237aeab0e03..d8231cc821aede97cb815c33c88f9e26d5e3cb7c 100644 (file)
@@ -9,7 +9,7 @@
 #include "iwl-prph.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX        65
+#define IWL_22000_UCODE_API_MAX        66
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN        39