|
@@ -73,12 +73,12 @@
|
|
|
#define IWL3160_UCODE_API_MAX 10
|
|
|
|
|
|
/* Oldest version we won't warn about */
|
|
|
-#define IWL7260_UCODE_API_OK 9
|
|
|
-#define IWL3160_UCODE_API_OK 9
|
|
|
+#define IWL7260_UCODE_API_OK 10
|
|
|
+#define IWL3160_UCODE_API_OK 10
|
|
|
|
|
|
/* Lowest firmware API version supported */
|
|
|
-#define IWL7260_UCODE_API_MIN 8
|
|
|
-#define IWL3160_UCODE_API_MIN 8
|
|
|
+#define IWL7260_UCODE_API_MIN 9
|
|
|
+#define IWL3160_UCODE_API_MIN 9
|
|
|
|
|
|
/* NVM versions */
|
|
|
#define IWL7260_NVM_VERSION 0x0a1d
|