Skip to content

Commit 9517d44

Browse files
lucacoelhoKalle Valo
authored andcommitted
iwlwifi: bump the API version to 43 for 9000 and 22000
Bump the API version to 43 for 9000 and 22000 devices. Signed-off-by: Luca Coelho <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 2c47e5a commit 9517d44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#include "iwl-config.h"
5757

5858
/* Highest firmware API version supported */
59-
#define IWL_22000_UCODE_API_MAX 41
59+
#define IWL_22000_UCODE_API_MAX 43
6060

6161
/* Lowest firmware API version supported */
6262
#define IWL_22000_UCODE_API_MIN 39

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#include "fw/file.h"
5858

5959
/* Highest firmware API version supported */
60-
#define IWL9000_UCODE_API_MAX 41
60+
#define IWL9000_UCODE_API_MAX 43
6161

6262
/* Lowest firmware API version supported */
6363
#define IWL9000_UCODE_API_MIN 30

0 commit comments

Comments
 (0)