diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-07-23 13:24:50 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-08 16:04:07 -0400 |
commit | ae7f9a740b4ac5a64306abc47a440b794c5b827a (patch) | |
tree | 417960419c67cb1badfe1df96b0efec90a8a5619 /drivers/net/wireless/iwlwifi/iwl-2000.c | |
parent | e7515ba154b63c87d987fb2a30bcbe8814c3f317 (diff) |
iwlagn: support v2 of enhanced sensitivity table
Add support for v2 of enhanced sensitivity table for 2000 series products
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-2000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-2000.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-2000.c b/drivers/net/wireless/iwlwifi/iwl-2000.c index 8a2cfde46d5a..54d931d614fb 100644 --- a/drivers/net/wireless/iwlwifi/iwl-2000.c +++ b/drivers/net/wireless/iwlwifi/iwl-2000.c | |||
@@ -221,6 +221,7 @@ static struct iwl_base_params iwl2000_base_params = { | |||
221 | .wd_timeout = IWL_DEF_WD_TIMEOUT, | 221 | .wd_timeout = IWL_DEF_WD_TIMEOUT, |
222 | .max_event_log_size = 512, | 222 | .max_event_log_size = 512, |
223 | .shadow_reg_enable = true, | 223 | .shadow_reg_enable = true, |
224 | .hd_v2 = true, | ||
224 | }; | 225 | }; |
225 | 226 | ||
226 | 227 | ||
@@ -240,6 +241,7 @@ static struct iwl_base_params iwl2030_base_params = { | |||
240 | .wd_timeout = IWL_LONG_WD_TIMEOUT, | 241 | .wd_timeout = IWL_LONG_WD_TIMEOUT, |
241 | .max_event_log_size = 512, | 242 | .max_event_log_size = 512, |
242 | .shadow_reg_enable = true, | 243 | .shadow_reg_enable = true, |
244 | .hd_v2 = true, | ||
243 | }; | 245 | }; |
244 | 246 | ||
245 | static struct iwl_ht_params iwl2000_ht_params = { | 247 | static struct iwl_ht_params iwl2000_ht_params = { |