Commit 6195d135 authored by Don Fry's avatar Don Fry Committed by Wey-Yi Guy

iwlwifi: Add official names for new devices

Replace the engineering names with the marketing names for the
new devices.
Signed-off-by: default avatarDon Fry <donald.h.fry@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 38622419
...@@ -254,13 +254,13 @@ static struct iwl_bt_params iwl2030_bt_params = { ...@@ -254,13 +254,13 @@ static struct iwl_bt_params iwl2030_bt_params = {
.iq_invert = true \ .iq_invert = true \
struct iwl_cfg iwl2000_2bgn_cfg = { struct iwl_cfg iwl2000_2bgn_cfg = {
.name = "2000 Series 2x2 BGN", .name = "Intel(R) Centrino(R) Wireless-N 2200 BGN",
IWL_DEVICE_2000, IWL_DEVICE_2000,
.ht_params = &iwl2000_ht_params, .ht_params = &iwl2000_ht_params,
}; };
struct iwl_cfg iwl2000_2bgn_d_cfg = { struct iwl_cfg iwl2000_2bgn_d_cfg = {
.name = "2000D Series 2x2 BGN", .name = "Intel(R) Centrino(R) Wireless-N 2200D BGN",
IWL_DEVICE_2000, IWL_DEVICE_2000,
.ht_params = &iwl2000_ht_params, .ht_params = &iwl2000_ht_params,
}; };
...@@ -282,7 +282,7 @@ struct iwl_cfg iwl2000_2bgn_d_cfg = { ...@@ -282,7 +282,7 @@ struct iwl_cfg iwl2000_2bgn_d_cfg = {
.iq_invert = true \ .iq_invert = true \
struct iwl_cfg iwl2030_2bgn_cfg = { struct iwl_cfg iwl2030_2bgn_cfg = {
.name = "2000 Series 2x2 BGN/BT", .name = "Intel(R) Centrino(R) Wireless-N 2230 BGN",
IWL_DEVICE_2030, IWL_DEVICE_2030,
.ht_params = &iwl2000_ht_params, .ht_params = &iwl2000_ht_params,
}; };
...@@ -304,13 +304,13 @@ struct iwl_cfg iwl2030_2bgn_cfg = { ...@@ -304,13 +304,13 @@ struct iwl_cfg iwl2030_2bgn_cfg = {
.iq_invert = true \ .iq_invert = true \
struct iwl_cfg iwl105_bgn_cfg = { struct iwl_cfg iwl105_bgn_cfg = {
.name = "105 Series 1x1 BGN", .name = "Intel(R) Centrino(R) Wireless-N 105 BGN",
IWL_DEVICE_105, IWL_DEVICE_105,
.ht_params = &iwl2000_ht_params, .ht_params = &iwl2000_ht_params,
}; };
struct iwl_cfg iwl105_bgn_d_cfg = { struct iwl_cfg iwl105_bgn_d_cfg = {
.name = "105D Series 1x1 BGN", .name = "Intel(R) Centrino(R) Wireless-N 105D BGN",
IWL_DEVICE_105, IWL_DEVICE_105,
.ht_params = &iwl2000_ht_params, .ht_params = &iwl2000_ht_params,
}; };
...@@ -333,7 +333,7 @@ struct iwl_cfg iwl105_bgn_d_cfg = { ...@@ -333,7 +333,7 @@ struct iwl_cfg iwl105_bgn_d_cfg = {
.iq_invert = true \ .iq_invert = true \
struct iwl_cfg iwl135_bgn_cfg = { struct iwl_cfg iwl135_bgn_cfg = {
.name = "135 Series 1x1 BGN/BT", .name = "Intel(R) Centrino(R) Wireless-N 135 BGN",
IWL_DEVICE_135, IWL_DEVICE_135,
.ht_params = &iwl2000_ht_params, .ht_params = &iwl2000_ht_params,
}; };
......
...@@ -423,7 +423,7 @@ struct iwl_cfg iwl6030_2bg_cfg = { ...@@ -423,7 +423,7 @@ struct iwl_cfg iwl6030_2bg_cfg = {
}; };
struct iwl_cfg iwl6035_2agn_cfg = { struct iwl_cfg iwl6035_2agn_cfg = {
.name = "6035 Series 2x2 AGN/BT", .name = "Intel(R) Centrino(R) Advanced-N 6235 AGN",
IWL_DEVICE_6030, IWL_DEVICE_6030,
.ht_params = &iwl6000_ht_params, .ht_params = &iwl6000_ht_params,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment