Skip to content

Commit

Permalink
iwlwifi: deprecate -9.ucode for 3160 / 7260 / 7265
Browse files Browse the repository at this point in the history
This firmware is not supported anymore.  Stop loading this firmware.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
  • Loading branch information
Luciano Coelho authored and Emmanuel Grumbach committed Mar 1, 2015
1 parent 91a8bcd commit 1e2c24f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/iwlwifi/iwl-7000.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
#define IWL3160_UCODE_API_OK 10

/* Lowest firmware API version supported */
#define IWL7260_UCODE_API_MIN 9
#define IWL3160_UCODE_API_MIN 9
#define IWL7260_UCODE_API_MIN 10
#define IWL3160_UCODE_API_MIN 10

/* NVM versions */
#define IWL7260_NVM_VERSION 0x0a1d
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#define IWL8000_UCODE_API_OK 10

/* Lowest firmware API version supported */
#define IWL8000_UCODE_API_MIN 9
#define IWL8000_UCODE_API_MIN 10

/* NVM versions */
#define IWL8000_NVM_VERSION 0x0a1d
Expand Down

0 comments on commit 1e2c24f

Please sign in to comment.