Skip to content

Commit 851c8e7

Browse files
lucacoelhoKalle Valo
authored andcommitted
iwlwifi: bump FW API to 66 for AX devices
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 <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2f32c14 commit 851c8e7

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/intel/iwlwifi/cfg

1 file changed

+1
-1
lines changed

drivers/net/wireless/intel/iwlwifi/cfg/22000.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "iwl-prph.h"
1010

1111
/* Highest firmware API version supported */
12-
#define IWL_22000_UCODE_API_MAX 65
12+
#define IWL_22000_UCODE_API_MAX 66
1313

1414
/* Lowest firmware API version supported */
1515
#define IWL_22000_UCODE_API_MIN 39

0 commit comments

Comments
 (0)