Skip to content

Commit

Permalink
iwlwifi: bump FW API to 66 for AX devices
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Luca Coelho authored and Kalle Valo committed Sep 2, 2021
1 parent 2f32c14 commit 851c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/intel/iwlwifi/cfg/22000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 851c8e7

Please sign in to comment.