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/wireless/iwlwifi/iwl-6000.c | |
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/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 12 |
1 files changed, 6 insertions, 6 deletions
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, |