diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-01-24 14:44:42 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-01-31 16:22:13 -0500 |
commit | 96234cc84e0cce55421e981a865a4817db24ba4a (patch) | |
tree | 085e1a2974ed55fca225953fcb5c0eec8c78ff77 /drivers | |
parent | 241887a2d3b725fd0f87113bb7c4a51b5c6a2d06 (diff) |
iwlagn: use 2030 macro for 2030 devices
For 2030 series of devices, 2030 macro need to be used.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-2000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-2000.c b/drivers/net/wireless/iwlwifi/iwl-2000.c index 8d637e778c65..3c5dd36ff417 100644 --- a/drivers/net/wireless/iwlwifi/iwl-2000.c +++ b/drivers/net/wireless/iwlwifi/iwl-2000.c | |||
@@ -462,13 +462,13 @@ struct iwl_cfg iwl2000_2bg_cfg = { | |||
462 | 462 | ||
463 | struct iwl_cfg iwl2030_2bgn_cfg = { | 463 | struct iwl_cfg iwl2030_2bgn_cfg = { |
464 | .name = "2000 Series 2x2 BGN/BT", | 464 | .name = "2000 Series 2x2 BGN/BT", |
465 | IWL_DEVICE_2000, | 465 | IWL_DEVICE_2030, |
466 | .ht_params = &iwl2000_ht_params, | 466 | .ht_params = &iwl2000_ht_params, |
467 | }; | 467 | }; |
468 | 468 | ||
469 | struct iwl_cfg iwl2030_2bg_cfg = { | 469 | struct iwl_cfg iwl2030_2bg_cfg = { |
470 | .name = "2000 Series 2x2 BG/BT", | 470 | .name = "2000 Series 2x2 BG/BT", |
471 | IWL_DEVICE_2000, | 471 | IWL_DEVICE_2030, |
472 | }; | 472 | }; |
473 | 473 | ||
474 | #define IWL_DEVICE_6035 \ | 474 | #define IWL_DEVICE_6035 \ |