diff options
author | Eran Harary <eran.harary@intel.com> | 2015-01-12 03:43:58 -0500 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-01-22 10:55:20 -0500 |
commit | 716e48a6505ed5a48e84bcbaa186c00b25a13484 (patch) | |
tree | 91077e4e7ccd2cb61e6211c29ac4f1833a2f8889 /drivers/net/wireless/iwlwifi/mvm/nvm.c | |
parent | dad33ecfdb1d9a914df8ba879932bc930077153a (diff) |
iwlwifi: mvm: support family 8000 C step
C step functionality in the driver is exactly the same as
B step besides the ucode name that present as iwlwifi-8000C-xx.ucode
instead of iwlwifi-8000B-xx.ucode
Signed-off-by: Eran Harary <eran.harary@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/nvm.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/nvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/nvm.c b/drivers/net/wireless/iwlwifi/mvm/nvm.c index d8ac01d97e26..5383429d96c1 100644 --- a/drivers/net/wireless/iwlwifi/mvm/nvm.c +++ b/drivers/net/wireless/iwlwifi/mvm/nvm.c | |||
@@ -356,7 +356,7 @@ static int iwl_mvm_read_external_nvm(struct iwl_mvm *mvm) | |||
356 | max_section_size = IWL_MAX_NVM_SECTION_SIZE; | 356 | max_section_size = IWL_MAX_NVM_SECTION_SIZE; |
357 | else if (CSR_HW_REV_STEP(mvm->trans->hw_rev) == SILICON_A_STEP) | 357 | else if (CSR_HW_REV_STEP(mvm->trans->hw_rev) == SILICON_A_STEP) |
358 | max_section_size = IWL_MAX_NVM_8000A_SECTION_SIZE; | 358 | max_section_size = IWL_MAX_NVM_8000A_SECTION_SIZE; |
359 | else /* Family 8000 B-step */ | 359 | else /* Family 8000 B-step or C-step */ |
360 | max_section_size = IWL_MAX_NVM_8000B_SECTION_SIZE; | 360 | max_section_size = IWL_MAX_NVM_8000B_SECTION_SIZE; |
361 | 361 | ||
362 | /* | 362 | /* |