diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-25 11:10:08 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-27 15:25:24 -0400 |
commit | 1ed2ec37b44e86eaa8e0a03b908a39c80f65ee45 (patch) | |
tree | 87157bd3f79ad7861a3fb6daeb2273530562d03f /drivers/net | |
parent | 3708dc248946daba8802c8f31a68dca81ffc445f (diff) |
iwlwifi: use 6000G2B for 6030 device series
"iwlwifi: use correct released ucode version" change
the ucode api ok from 6000G2 to 6000G2B, but it shall belong
to 6030 device series, not the 6005 device series. Fix it
Cc: stable@vger.kernel.org #3.3+
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index b1b69515b1a0..f0c91505a7f7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -336,7 +336,7 @@ static const struct iwl_bt_params iwl6000_bt_params = { | |||
336 | #define IWL_DEVICE_6005 \ | 336 | #define IWL_DEVICE_6005 \ |
337 | .fw_name_pre = IWL6005_FW_PRE, \ | 337 | .fw_name_pre = IWL6005_FW_PRE, \ |
338 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ | 338 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ |
339 | .ucode_api_ok = IWL6000G2B_UCODE_API_OK, \ | 339 | .ucode_api_ok = IWL6000G2_UCODE_API_OK, \ |
340 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, \ | 340 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, \ |
341 | .max_inst_size = IWL60_RTC_INST_SIZE, \ | 341 | .max_inst_size = IWL60_RTC_INST_SIZE, \ |
342 | .max_data_size = IWL60_RTC_DATA_SIZE, \ | 342 | .max_data_size = IWL60_RTC_DATA_SIZE, \ |
@@ -390,7 +390,7 @@ const struct iwl_cfg iwl6005_2agn_mow2_cfg = { | |||
390 | #define IWL_DEVICE_6030 \ | 390 | #define IWL_DEVICE_6030 \ |
391 | .fw_name_pre = IWL6030_FW_PRE, \ | 391 | .fw_name_pre = IWL6030_FW_PRE, \ |
392 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ | 392 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, \ |
393 | .ucode_api_ok = IWL6000G2_UCODE_API_OK, \ | 393 | .ucode_api_ok = IWL6000G2B_UCODE_API_OK, \ |
394 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, \ | 394 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, \ |
395 | .max_inst_size = IWL60_RTC_INST_SIZE, \ | 395 | .max_inst_size = IWL60_RTC_INST_SIZE, \ |
396 | .max_data_size = IWL60_RTC_DATA_SIZE, \ | 396 | .max_data_size = IWL60_RTC_DATA_SIZE, \ |