Message ID | 20210901101412.300012-1-luca@coelho.fi |
---|---|
State | Superseded |
Headers | show |
Series | iwlwifi: bump FW API to 66 for AX devices | expand |
Luca Coelho <luca@coelho.fi> wrote: > From: Luca Coelho <luciano.coelho@intel.com> > > 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> Patch applied to wireless-drivers.git, thanks. 851c8e761c39 iwlwifi: bump FW API to 66 for AX devices -- https://patchwork.kernel.org/project/linux-wireless/patch/20210901101412.300012-1-luca@coelho.fi/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c index 52d1d391f4c6..d8231cc821ae 100644 --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c @@ -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