Start supporting API version 45 where applicable.
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
#include "iwl-config.h"
/* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX 44
+#define IWL_22000_UCODE_API_MAX 45
/* Lowest firmware API version supported */
#define IWL_22000_UCODE_API_MIN 39
#include "fw/file.h"
/* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX 44
+#define IWL9000_UCODE_API_MAX 45
/* Lowest firmware API version supported */
#define IWL9000_UCODE_API_MIN 30