Commit a19f015d authored by Johannes Berg's avatar Johannes Berg Committed by Luca Coelho

iwlwifi: bump firmware API version for 9000 and 22000 series devices

Bump the firmware API version to 41.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 47fe2f8e
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
#include "iwl-config.h" #include "iwl-config.h"
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL_22000_UCODE_API_MAX 38 #define IWL_22000_UCODE_API_MAX 41
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL_22000_UCODE_API_MIN 39 #define IWL_22000_UCODE_API_MIN 39
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#include "fw/file.h" #include "fw/file.h"
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL9000_UCODE_API_MAX 38 #define IWL9000_UCODE_API_MAX 41
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL9000_UCODE_API_MIN 30 #define IWL9000_UCODE_API_MIN 30
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment