diff options
author | Shanyu Zhao <shanyu.zhao@intel.com> | 2010-03-05 20:05:20 -0500 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-03-19 16:41:24 -0400 |
commit | c11362c01b280f8b2c728bc64793d484282b8734 (patch) | |
tree | 1e0d6b7ee9fd63a279bd32116f0475067b0139eb /drivers/net | |
parent | fe0b3b96ab28b7e5fb6c5aea68e6dd88115873da (diff) |
iwlwifi: clean up driver names for 1000/5000/6000
Align the driver names with official product names for 1000/5000/6000
series. This change mainly affects the debug messages show up in system
log. No functional changes.
Signed-off-by: Shanyu Zhao <shanyu.zhao@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-1000.c | 4 | ||||
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 14 | ||||
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 12 | ||||
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.c | 2 |
5 files changed, 17 insertions, 17 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c index 59b092eaa829..e31e8a3459b5 100644 --- a/drivers/net/wireless/iwlwifi/iwl-1000.c +++ b/drivers/net/wireless/iwlwifi/iwl-1000.c | |||
@@ -223,7 +223,7 @@ static const struct iwl_ops iwl1000_ops = { | |||
223 | }; | 223 | }; |
224 | 224 | ||
225 | struct iwl_cfg iwl1000_bgn_cfg = { | 225 | struct iwl_cfg iwl1000_bgn_cfg = { |
226 | .name = "1000 Series BGN", | 226 | .name = "Intel(R) Centrino(R) Wireless-N 1000 BGN", |
227 | .fw_name_pre = IWL1000_FW_PRE, | 227 | .fw_name_pre = IWL1000_FW_PRE, |
228 | .ucode_api_max = IWL1000_UCODE_API_MAX, | 228 | .ucode_api_max = IWL1000_UCODE_API_MAX, |
229 | .ucode_api_min = IWL1000_UCODE_API_MIN, | 229 | .ucode_api_min = IWL1000_UCODE_API_MIN, |
@@ -252,7 +252,7 @@ struct iwl_cfg iwl1000_bgn_cfg = { | |||
252 | }; | 252 | }; |
253 | 253 | ||
254 | struct iwl_cfg iwl1000_bg_cfg = { | 254 | struct iwl_cfg iwl1000_bg_cfg = { |
255 | .name = "1000 Series BG", | 255 | .name = "Intel(R) Centrino(R) Wireless-N 1000 BG", |
256 | .fw_name_pre = IWL1000_FW_PRE, | 256 | .fw_name_pre = IWL1000_FW_PRE, |
257 | .ucode_api_max = IWL1000_UCODE_API_MAX, | 257 | .ucode_api_max = IWL1000_UCODE_API_MAX, |
258 | .ucode_api_min = IWL1000_UCODE_API_MIN, | 258 | .ucode_api_min = IWL1000_UCODE_API_MIN, |
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index 271576ab5747..7f9e448fe5e1 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -2232,7 +2232,7 @@ static const struct iwl_ops iwl4965_ops = { | |||
2232 | }; | 2232 | }; |
2233 | 2233 | ||
2234 | struct iwl_cfg iwl4965_agn_cfg = { | 2234 | struct iwl_cfg iwl4965_agn_cfg = { |
2235 | .name = "4965AGN", | 2235 | .name = "Intel(R) Wireless WiFi Link 4965AGN", |
2236 | .fw_name_pre = IWL4965_FW_PRE, | 2236 | .fw_name_pre = IWL4965_FW_PRE, |
2237 | .ucode_api_max = IWL4965_UCODE_API_MAX, | 2237 | .ucode_api_max = IWL4965_UCODE_API_MAX, |
2238 | .ucode_api_min = IWL4965_UCODE_API_MIN, | 2238 | .ucode_api_min = IWL4965_UCODE_API_MIN, |
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index 046bdd96e5a0..8ab28a760157 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -1579,7 +1579,7 @@ struct iwl_mod_params iwl50_mod_params = { | |||
1579 | 1579 | ||
1580 | 1580 | ||
1581 | struct iwl_cfg iwl5300_agn_cfg = { | 1581 | struct iwl_cfg iwl5300_agn_cfg = { |
1582 | .name = "5300AGN", | 1582 | .name = "Intel(R) Ultimate N WiFi Link 5300 AGN", |
1583 | .fw_name_pre = IWL5000_FW_PRE, | 1583 | .fw_name_pre = IWL5000_FW_PRE, |
1584 | .ucode_api_max = IWL5000_UCODE_API_MAX, | 1584 | .ucode_api_max = IWL5000_UCODE_API_MAX, |
1585 | .ucode_api_min = IWL5000_UCODE_API_MIN, | 1585 | .ucode_api_min = IWL5000_UCODE_API_MIN, |
@@ -1605,7 +1605,7 @@ struct iwl_cfg iwl5300_agn_cfg = { | |||
1605 | }; | 1605 | }; |
1606 | 1606 | ||
1607 | struct iwl_cfg iwl5100_bgn_cfg = { | 1607 | struct iwl_cfg iwl5100_bgn_cfg = { |
1608 | .name = "5100BGN", | 1608 | .name = "Intel(R) WiFi Link 5100 BGN", |
1609 | .fw_name_pre = IWL5000_FW_PRE, | 1609 | .fw_name_pre = IWL5000_FW_PRE, |
1610 | .ucode_api_max = IWL5000_UCODE_API_MAX, | 1610 | .ucode_api_max = IWL5000_UCODE_API_MAX, |
1611 | .ucode_api_min = IWL5000_UCODE_API_MIN, | 1611 | .ucode_api_min = IWL5000_UCODE_API_MIN, |
@@ -1631,7 +1631,7 @@ struct iwl_cfg iwl5100_bgn_cfg = { | |||
1631 | }; | 1631 | }; |
1632 | 1632 | ||
1633 | struct iwl_cfg iwl5100_abg_cfg = { | 1633 | struct iwl_cfg iwl5100_abg_cfg = { |
1634 | .name = "5100ABG", | 1634 | .name = "Intel(R) WiFi Link 5100 ABG", |
1635 | .fw_name_pre = IWL5000_FW_PRE, | 1635 | .fw_name_pre = IWL5000_FW_PRE, |
1636 | .ucode_api_max = IWL5000_UCODE_API_MAX, | 1636 | .ucode_api_max = IWL5000_UCODE_API_MAX, |
1637 | .ucode_api_min = IWL5000_UCODE_API_MIN, | 1637 | .ucode_api_min = IWL5000_UCODE_API_MIN, |
@@ -1655,7 +1655,7 @@ struct iwl_cfg iwl5100_abg_cfg = { | |||
1655 | }; | 1655 | }; |
1656 | 1656 | ||
1657 | struct iwl_cfg iwl5100_agn_cfg = { | 1657 | struct iwl_cfg iwl5100_agn_cfg = { |
1658 | .name = "5100AGN", | 1658 | .name = "Intel(R) WiFi Link 5100 AGN", |
1659 | .fw_name_pre = IWL5000_FW_PRE, | 1659 | .fw_name_pre = IWL5000_FW_PRE, |
1660 | .ucode_api_max = IWL5000_UCODE_API_MAX, | 1660 | .ucode_api_max = IWL5000_UCODE_API_MAX, |
1661 | .ucode_api_min = IWL5000_UCODE_API_MIN, | 1661 | .ucode_api_min = IWL5000_UCODE_API_MIN, |
@@ -1681,7 +1681,7 @@ struct iwl_cfg iwl5100_agn_cfg = { | |||
1681 | }; | 1681 | }; |
1682 | 1682 | ||
1683 | struct iwl_cfg iwl5350_agn_cfg = { | 1683 | struct iwl_cfg iwl5350_agn_cfg = { |
1684 | .name = "5350AGN", | 1684 | .name = "Intel(R) WiMAX/WiFi Link 5350 AGN", |
1685 | .fw_name_pre = IWL5000_FW_PRE, | 1685 | .fw_name_pre = IWL5000_FW_PRE, |
1686 | .ucode_api_max = IWL5000_UCODE_API_MAX, | 1686 | .ucode_api_max = IWL5000_UCODE_API_MAX, |
1687 | .ucode_api_min = IWL5000_UCODE_API_MIN, | 1687 | .ucode_api_min = IWL5000_UCODE_API_MIN, |
@@ -1707,7 +1707,7 @@ struct iwl_cfg iwl5350_agn_cfg = { | |||
1707 | }; | 1707 | }; |
1708 | 1708 | ||
1709 | struct iwl_cfg iwl5150_agn_cfg = { | 1709 | struct iwl_cfg iwl5150_agn_cfg = { |
1710 | .name = "5150AGN", | 1710 | .name = "Intel(R) WiMAX/WiFi Link 5150 AGN", |
1711 | .fw_name_pre = IWL5150_FW_PRE, | 1711 | .fw_name_pre = IWL5150_FW_PRE, |
1712 | .ucode_api_max = IWL5150_UCODE_API_MAX, | 1712 | .ucode_api_max = IWL5150_UCODE_API_MAX, |
1713 | .ucode_api_min = IWL5150_UCODE_API_MIN, | 1713 | .ucode_api_min = IWL5150_UCODE_API_MIN, |
@@ -1733,7 +1733,7 @@ struct iwl_cfg iwl5150_agn_cfg = { | |||
1733 | }; | 1733 | }; |
1734 | 1734 | ||
1735 | struct iwl_cfg iwl5150_abg_cfg = { | 1735 | struct iwl_cfg iwl5150_abg_cfg = { |
1736 | .name = "5150ABG", | 1736 | .name = "Intel(R) WiMAX/WiFi Link 5150 ABG", |
1737 | .fw_name_pre = IWL5150_FW_PRE, | 1737 | .fw_name_pre = IWL5150_FW_PRE, |
1738 | .ucode_api_max = IWL5150_UCODE_API_MAX, | 1738 | .ucode_api_max = IWL5150_UCODE_API_MAX, |
1739 | .ucode_api_min = IWL5150_UCODE_API_MIN, | 1739 | .ucode_api_min = IWL5150_UCODE_API_MIN, |
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 4b7bc008220f..fb7012289c3d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -357,7 +357,7 @@ static const struct iwl_ops iwl6050_ops = { | |||
357 | * "i": Internal configuration, use internal Power Amplifier | 357 | * "i": Internal configuration, use internal Power Amplifier |
358 | */ | 358 | */ |
359 | struct iwl_cfg iwl6000i_2agn_cfg = { | 359 | struct iwl_cfg iwl6000i_2agn_cfg = { |
360 | .name = "6000 Series 2x2 AGN", | 360 | .name = "Intel(R) Centrino(R) Advanced-N 6200 AGN", |
361 | .fw_name_pre = IWL6000_FW_PRE, | 361 | .fw_name_pre = IWL6000_FW_PRE, |
362 | .ucode_api_max = IWL6000_UCODE_API_MAX, | 362 | .ucode_api_max = IWL6000_UCODE_API_MAX, |
363 | .ucode_api_min = IWL6000_UCODE_API_MIN, | 363 | .ucode_api_min = IWL6000_UCODE_API_MIN, |
@@ -389,7 +389,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = { | |||
389 | }; | 389 | }; |
390 | 390 | ||
391 | struct iwl_cfg iwl6000i_2abg_cfg = { | 391 | struct iwl_cfg iwl6000i_2abg_cfg = { |
392 | .name = "6000 Series 2x2 ABG", | 392 | .name = "Intel(R) Centrino(R) Advanced-N 6200 ABG", |
393 | .fw_name_pre = IWL6000_FW_PRE, | 393 | .fw_name_pre = IWL6000_FW_PRE, |
394 | .ucode_api_max = IWL6000_UCODE_API_MAX, | 394 | .ucode_api_max = IWL6000_UCODE_API_MAX, |
395 | .ucode_api_min = IWL6000_UCODE_API_MIN, | 395 | .ucode_api_min = IWL6000_UCODE_API_MIN, |
@@ -420,7 +420,7 @@ struct iwl_cfg iwl6000i_2abg_cfg = { | |||
420 | }; | 420 | }; |
421 | 421 | ||
422 | struct iwl_cfg iwl6000i_2bg_cfg = { | 422 | struct iwl_cfg iwl6000i_2bg_cfg = { |
423 | .name = "6000 Series 2x2 BG", | 423 | .name = "Intel(R) Centrino(R) Advanced-N 6200 BG", |
424 | .fw_name_pre = IWL6000_FW_PRE, | 424 | .fw_name_pre = IWL6000_FW_PRE, |
425 | .ucode_api_max = IWL6000_UCODE_API_MAX, | 425 | .ucode_api_max = IWL6000_UCODE_API_MAX, |
426 | .ucode_api_min = IWL6000_UCODE_API_MIN, | 426 | .ucode_api_min = IWL6000_UCODE_API_MIN, |
@@ -451,7 +451,7 @@ struct iwl_cfg iwl6000i_2bg_cfg = { | |||
451 | }; | 451 | }; |
452 | 452 | ||
453 | struct iwl_cfg iwl6050_2agn_cfg = { | 453 | struct iwl_cfg iwl6050_2agn_cfg = { |
454 | .name = "6050 Series 2x2 AGN", | 454 | .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 AGN", |
455 | .fw_name_pre = IWL6050_FW_PRE, | 455 | .fw_name_pre = IWL6050_FW_PRE, |
456 | .ucode_api_max = IWL6050_UCODE_API_MAX, | 456 | .ucode_api_max = IWL6050_UCODE_API_MAX, |
457 | .ucode_api_min = IWL6050_UCODE_API_MIN, | 457 | .ucode_api_min = IWL6050_UCODE_API_MIN, |
@@ -483,7 +483,7 @@ struct iwl_cfg iwl6050_2agn_cfg = { | |||
483 | }; | 483 | }; |
484 | 484 | ||
485 | struct iwl_cfg iwl6050_2abg_cfg = { | 485 | struct iwl_cfg iwl6050_2abg_cfg = { |
486 | .name = "6050 Series 2x2 ABG", | 486 | .name = "Intel(R) Centrino(R) Advanced-N + WiMAX 6250 ABG", |
487 | .fw_name_pre = IWL6050_FW_PRE, | 487 | .fw_name_pre = IWL6050_FW_PRE, |
488 | .ucode_api_max = IWL6050_UCODE_API_MAX, | 488 | .ucode_api_max = IWL6050_UCODE_API_MAX, |
489 | .ucode_api_min = IWL6050_UCODE_API_MIN, | 489 | .ucode_api_min = IWL6050_UCODE_API_MIN, |
@@ -514,7 +514,7 @@ struct iwl_cfg iwl6050_2abg_cfg = { | |||
514 | }; | 514 | }; |
515 | 515 | ||
516 | struct iwl_cfg iwl6000_3agn_cfg = { | 516 | struct iwl_cfg iwl6000_3agn_cfg = { |
517 | .name = "6000 Series 3x3 AGN", | 517 | .name = "Intel(R) Centrino(R) Ultimate-N 6300 AGN", |
518 | .fw_name_pre = IWL6000_FW_PRE, | 518 | .fw_name_pre = IWL6000_FW_PRE, |
519 | .ucode_api_max = IWL6000_UCODE_API_MAX, | 519 | .ucode_api_max = IWL6000_UCODE_API_MAX, |
520 | .ucode_api_min = IWL6000_UCODE_API_MIN, | 520 | .ucode_api_min = IWL6000_UCODE_API_MIN, |
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c index 4b4b47676ad8..93931b61304b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c | |||
@@ -3477,7 +3477,7 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
3477 | iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET); | 3477 | iwl_write32(priv, CSR_RESET, CSR_RESET_REG_FLAG_NEVO_RESET); |
3478 | 3478 | ||
3479 | iwl_hw_detect(priv); | 3479 | iwl_hw_detect(priv); |
3480 | IWL_INFO(priv, "Detected Intel Wireless WiFi Link %s REV=0x%X\n", | 3480 | IWL_INFO(priv, "Detected %s, REV=0x%X\n", |
3481 | priv->cfg->name, priv->hw_rev); | 3481 | priv->cfg->name, priv->hw_rev); |
3482 | 3482 | ||
3483 | /* We disable the RETRY_TIMEOUT register (0x41) to keep | 3483 | /* We disable the RETRY_TIMEOUT register (0x41) to keep |