|
@@ -67,16 +67,16 @@
|
|
|
#include "iwl-agn-hw.h"
|
|
|
|
|
|
/* Highest firmware API version supported */
|
|
|
-#define IWL7260_UCODE_API_MAX 6
|
|
|
-#define IWL3160_UCODE_API_MAX 6
|
|
|
+#define IWL7260_UCODE_API_MAX 7
|
|
|
+#define IWL3160_UCODE_API_MAX 7
|
|
|
|
|
|
/* Oldest version we won't warn about */
|
|
|
-#define IWL7260_UCODE_API_OK 6
|
|
|
-#define IWL3160_UCODE_API_OK 6
|
|
|
+#define IWL7260_UCODE_API_OK 7
|
|
|
+#define IWL3160_UCODE_API_OK 7
|
|
|
|
|
|
/* Lowest firmware API version supported */
|
|
|
-#define IWL7260_UCODE_API_MIN 6
|
|
|
-#define IWL3160_UCODE_API_MIN 6
|
|
|
+#define IWL7260_UCODE_API_MIN 7
|
|
|
+#define IWL3160_UCODE_API_MIN 7
|
|
|
|
|
|
/* NVM versions */
|
|
|
#define IWL7260_NVM_VERSION 0x0a1d
|