]> git.karo-electronics.de Git - linux-beck.git/commitdiff
iwlwifi: deprecate -10.ucode for 3160 / 7260 / 7265
authorSara Sharon <sara.sharon@intel.com>
Sun, 7 Jun 2015 06:34:57 +0000 (09:34 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Fri, 26 Jun 2015 06:00:25 +0000 (09:00 +0300)
This firmware is not supported anymore - stop loading this firmware.
Remove code handling older versions.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-7000.c
drivers/net/wireless/iwlwifi/iwl-8000.c
drivers/net/wireless/iwlwifi/mvm/fw.c

index cc35f796d406156286164410aa7d1adcd087c015..fa35da4edda26031e4aa9ea0d74292cabe479c26 100644 (file)
@@ -76,7 +76,7 @@
 #define IWL3165_UCODE_API_OK   13
 
 /* Lowest firmware API version supported */
-#define IWL7260_UCODE_API_MIN  10
+#define IWL7260_UCODE_API_MIN  12
 #define IWL3165_UCODE_API_MIN  13
 
 /* NVM versions */
index 72040cd0b9794e6790daaa7f887089692ccb1d5e..0de575124fa2a03c8fb271aaeed5aa4c6e1c1514 100644 (file)
@@ -75,7 +75,7 @@
 #define IWL8000_UCODE_API_OK   12
 
 /* Lowest firmware API version supported */
-#define IWL8000_UCODE_API_MIN  10
+#define IWL8000_UCODE_API_MIN  12
 
 /* NVM versions */
 #define IWL8000_NVM_VERSION            0x0a1d
index eb10c5ee4a1407c5b02babe009a899e9f747d6c9..a482ce692f5f819e4530f4c33ba1de7999babcbc 100644 (file)
@@ -676,8 +676,7 @@ int iwl_mvm_up(struct iwl_mvm *mvm)
                goto error;
        }
 
-       if (IWL_UCODE_API(mvm->fw->ucode_ver) >= 10)
-               iwl_mvm_get_shared_mem_conf(mvm);
+       iwl_mvm_get_shared_mem_conf(mvm);
 
        ret = iwl_mvm_sf_update(mvm, NULL, false);
        if (ret)