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-1000.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-1000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-1000.c | 4 |
1 files changed, 2 insertions, 2 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, |