diff options
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, |