Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9517d448 authored by Luca Coelho's avatar Luca Coelho Committed by Kalle Valo
Browse files

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: default avatarLuca Coelho <luciano.coelho@intel.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 2c47e5a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
#include "iwl-config.h"

/* Highest firmware API version supported */
#define IWL_22000_UCODE_API_MAX	41
#define IWL_22000_UCODE_API_MAX	43

/* Lowest firmware API version supported */
#define IWL_22000_UCODE_API_MIN	39
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
#include "fw/file.h"

/* Highest firmware API version supported */
#define IWL9000_UCODE_API_MAX	41
#define IWL9000_UCODE_API_MAX	43

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