Browse Source

iwlwifi: 7000: bump firmware API version to 9

Also warn if an older firmware is loaded.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Emmanuel Grumbach 11 years ago
parent
commit
f0d5bb07a3
1 changed files with 4 additions and 4 deletions
  1. 4 4
      drivers/net/wireless/iwlwifi/iwl-7000.c

+ 4 - 4
drivers/net/wireless/iwlwifi/iwl-7000.c

@@ -67,12 +67,12 @@
 #include "iwl-agn-hw.h"
 #include "iwl-agn-hw.h"
 
 
 /* Highest firmware API version supported */
 /* Highest firmware API version supported */
-#define IWL7260_UCODE_API_MAX	8
-#define IWL3160_UCODE_API_MAX	8
+#define IWL7260_UCODE_API_MAX	9
+#define IWL3160_UCODE_API_MAX	9
 
 
 /* Oldest version we won't warn about */
 /* Oldest version we won't warn about */
-#define IWL7260_UCODE_API_OK	8
-#define IWL3160_UCODE_API_OK	8
+#define IWL7260_UCODE_API_OK	9
+#define IWL3160_UCODE_API_OK	9
 
 
 /* Lowest firmware API version supported */
 /* Lowest firmware API version supported */
 #define IWL7260_UCODE_API_MIN	8
 #define IWL7260_UCODE_API_MIN	8