iwlwifi: 7000: bump firmware API version to 9
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 9 Apr 2014 16:34:19 +0000 (19:34 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 13 Apr 2014 19:23:17 +0000 (22:23 +0300)
Also warn if an older firmware is loaded.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-7000.c

index 3ab21efaf1f26aff82e377d90bd1649855acb27d..2c9b6fb456039e3fd93433a8e8f32e391c507879 100644 (file)
 #include "iwl-agn-hw.h"
 
 /* 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 */
-#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 */
 #define IWL7260_UCODE_API_MIN  8
This page took 0.029835 seconds and 5 git commands to generate.