diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-03-10 03:17:16 -0800 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-03-25 06:57:16 -0700 |
commit | d103e3448a3ecb9f81babd1f6d7f5a678e213c82 (patch) | |
tree | 82809aed46221a108ddc181f6c82a262c9b6f9cd /drivers/net/wireless/iwlwifi/iwl-6000.c | |
parent | efa3144e7cb2a7a58961e5b881b1b9ef73f39cd5 (diff) | |
download | linux-d103e3448a3ecb9f81babd1f6d7f5a678e213c82.tar.gz linux-d103e3448a3ecb9f81babd1f6d7f5a678e213c82.tar.bz2 linux-d103e3448a3ecb9f81babd1f6d7f5a678e213c82.zip |
iwlagn: use 6030 configuration for 6035 series
6035 series of devices should use the same uCode as 6030 series,
change it.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index a745b01c0ec1..40e022617527 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c @@ -613,6 +613,22 @@ struct iwl_cfg iwl6030_2bg_cfg = { IWL_DEVICE_6030, }; +struct iwl_cfg iwl6035_2agn_cfg = { + .name = "6035 Series 2x2 AGN/BT", + IWL_DEVICE_6030, + .ht_params = &iwl6000_ht_params, +}; + +struct iwl_cfg iwl6035_2abg_cfg = { + .name = "6035 Series 2x2 ABG/BT", + IWL_DEVICE_6030, +}; + +struct iwl_cfg iwl6035_2bg_cfg = { + .name = "6035 Series 2x2 BG/BT", + IWL_DEVICE_6030, +}; + struct iwl_cfg iwl1030_bgn_cfg = { .name = "Intel(R) Centrino(R) Wireless-N 1030 BGN", IWL_DEVICE_6030, |