diff options
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 43eb99b2b83c..d087cb531093 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -553,7 +553,7 @@ static struct iwl_bt_params iwl6000_bt_params = { | |||
553 | }; | 553 | }; |
554 | 554 | ||
555 | struct iwl_cfg iwl6000g2a_2agn_cfg = { | 555 | struct iwl_cfg iwl6000g2a_2agn_cfg = { |
556 | .name = "6000 Series 2x2 AGN Gen2a", | 556 | .name = "Intel(R) Centrino(R) Advanced-N 6205 AGN", |
557 | .fw_name_pre = IWL6000G2A_FW_PRE, | 557 | .fw_name_pre = IWL6000G2A_FW_PRE, |
558 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, | 558 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, |
559 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, | 559 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, |
@@ -569,7 +569,7 @@ struct iwl_cfg iwl6000g2a_2agn_cfg = { | |||
569 | }; | 569 | }; |
570 | 570 | ||
571 | struct iwl_cfg iwl6000g2a_2abg_cfg = { | 571 | struct iwl_cfg iwl6000g2a_2abg_cfg = { |
572 | .name = "6000 Series 2x2 ABG Gen2a", | 572 | .name = "Intel(R) Centrino(R) Advanced-N 6205 ABG", |
573 | .fw_name_pre = IWL6000G2A_FW_PRE, | 573 | .fw_name_pre = IWL6000G2A_FW_PRE, |
574 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, | 574 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, |
575 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, | 575 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, |
@@ -584,7 +584,7 @@ struct iwl_cfg iwl6000g2a_2abg_cfg = { | |||
584 | }; | 584 | }; |
585 | 585 | ||
586 | struct iwl_cfg iwl6000g2a_2bg_cfg = { | 586 | struct iwl_cfg iwl6000g2a_2bg_cfg = { |
587 | .name = "6000 Series 2x2 BG Gen2a", | 587 | .name = "Intel(R) Centrino(R) Advanced-N 6205 BG", |
588 | .fw_name_pre = IWL6000G2A_FW_PRE, | 588 | .fw_name_pre = IWL6000G2A_FW_PRE, |
589 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, | 589 | .ucode_api_max = IWL6000G2_UCODE_API_MAX, |
590 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, | 590 | .ucode_api_min = IWL6000G2_UCODE_API_MIN, |