Commit 0d37d9fa authored by Luca Coelho's avatar Luca Coelho

iwlwifi: bump FW API to 47 for 22000 series

Start supporting API version 47 for 22000 series.  The 9000 series is
now frozen on version 46.
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 5c2e6e14
...@@ -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 46 #define IWL_22000_UCODE_API_MAX 47
/* Lowest firmware API version supported */ /* Lowest firmware API version supported */
#define IWL_22000_UCODE_API_MIN 39 #define IWL_22000_UCODE_API_MIN 39
......
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